aboutsummaryrefslogtreecommitdiff
path: root/abstractions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'abstractions/Makefile')
-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