From ce6d8cedc466a4392bbcc4ee48ecf18c2182cd8b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 19 Sep 2006 05:20:51 +0000 Subject: added miniscript to shorten path names svn path=/trunk/; revision=5964 --- packages/linux_make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/linux_make/Makefile') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index de09a8b0..4840ee27 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -5,8 +5,8 @@ CWD := $(shell pwd) DESTDIR = $(CWD)/build/ -cvs_root_dir = $(CWD)/../.. -BUILDLAYOUT_DIR = $(CWD)/.. +cvs_root_dir = $(shell cd $(CWD)/../.. && pwd) +BUILDLAYOUT_DIR = $(shell cd $(CWD)/.. && pwd) # for command-line UNIX versions, you need to install Pd into the same -- cgit v1.2.1