diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-25 01:33:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-25 01:33:40 +0000 |
commit | 97716aa162b5a7f98a4e50a874765abb57d34df1 (patch) | |
tree | 19a23aed0dcb98d0a9628d808418f89e628a52c8 /extensions | |
parent | 8a3f2719d6b6b3c54b26805e0b69f7366029af25 (diff) |
shorted paths to files and re-added ix
svn path=/trunk/; revision=6015
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Makefile | 4 |
1 files 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!" |