From 8a3f2719d6b6b3c54b26805e0b69f7366029af25 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 25 Sep 2006 01:33:18 +0000 Subject: shorted paths to files svn path=/trunk/; revision=6014 --- abstractions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abstractions') 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 -- cgit v1.2.1