From 97716aa162b5a7f98a4e50a874765abb57d34df1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 25 Sep 2006 01:33:40 +0000 Subject: shorted paths to files and re-added ix svn path=/trunk/; revision=6015 --- extensions/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/Makefile b/extensions/Makefile index 7d3c10bc..0c54b2fe 100644 --- a/extensions/Makefile +++ b/extensions/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 @@ -30,7 +30,7 @@ final_setup: chmod -R ugo-w $(pddocdir) install: $(examplesdir) $(helpdir) $(manualsdir) $(objectsdir) $(readmesdir) \ -gripd_install +gripd_install ix_install @echo " " @echo "extensions install succeeded!" -- cgit v1.2.1