diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-19 05:20:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-19 05:20:51 +0000 |
commit | ce6d8cedc466a4392bbcc4ee48ecf18c2182cd8b (patch) | |
tree | 68afc88b6472d652bffb4854518e7d7c39fca9d6 /packages/win32_inno | |
parent | a1603ebd4c40029d4678f56cea108a1c53783355 (diff) |
added miniscript to shorten path names
svn path=/trunk/; revision=5964
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-x | packages/win32_inno/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 83131e7b..5fa1dcb3 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -6,8 +6,8 @@ all: install CWD := $(shell pwd) DESTDIR = $(CWD)/build -cvs_root_dir = $(CWD)/../.. -BUILDLAYOUT_DIR = $(CWD)/.. +cvs_root_dir = $(shell cd $(CWD)/../.. && pwd) +BUILDLAYOUT_DIR = $(shell cd $(CWD)/.. && pwd) include $(BUILDLAYOUT_DIR)/Makefile.buildlayout |