aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-19 05:20:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-19 05:20:51 +0000
commitce6d8cedc466a4392bbcc4ee48ecf18c2182cd8b (patch)
tree68afc88b6472d652bffb4854518e7d7c39fca9d6 /packages/linux_make
parenta1603ebd4c40029d4678f56cea108a1c53783355 (diff)
added miniscript to shorten path names
svn path=/trunk/; revision=5964
Diffstat (limited to 'packages/linux_make')
-rwxr-xr-xpackages/linux_make/Makefile4
1 files changed, 2 insertions, 2 deletions
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