aboutsummaryrefslogtreecommitdiff
path: root/abstractions
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-25 01:33:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-25 01:33:18 +0000
commit8a3f2719d6b6b3c54b26805e0b69f7366029af25 (patch)
treeddcabf405f29b6a853109a05b0193dcf27811b9a /abstractions
parent02b22c09d0e5f23a526ed63903e3dad6d00d88ee (diff)
shorted paths to files
svn path=/trunk/; revision=6014
Diffstat (limited to 'abstractions')
-rw-r--r--abstractions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index 7e4bd82b..f54dc92f 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -10,7 +10,7 @@
CWD := $(shell pwd)
# these are designed to be overridden by the packages/Makefile
-cvs_root_dir = $(CWD)/..
+cvs_root_dir := $(shell cd $(CWD)/.. && pwd)
DESTDIR = $(CWD)/build/
BUILDLAYOUT_DIR = $(cvs_root_dir)/packages