summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-23 10:49:55 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-23 10:49:55 +0000
commit2faca0668b75b48050450a429d79bd3ef2ca58c0 (patch)
treed44f3e87100e6c55c3b2e876a85c552c178fed71
parent114f2608fdb65cc2e5ecd58cdbb3411b837c2ffe (diff)
#i99466# fix for cygwin shell
-rw-r--r--cli_ure/source/climaker/makefile.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index 51da0d89f..dd67d2600 100644
--- a/cli_ure/source/climaker/makefile.mk
+++ b/cli_ure/source/climaker/makefile.mk
@@ -125,7 +125,11 @@ ALLTAR: \
#Create the config file that is used with the policy assembly
$(CLIMAKER_CONFIG): climaker.exe.config
- $(GNUCOPY) -p $< $@
+ $(COPY) $< $@
+.IF "$(USE_SHELL)"!="4nt"
+ chmod +x $@
+.ENDIF # "$(USE_SHELL)"!="4nt"
+
.IF "$(BUILD_FOR_CLI)" != ""