diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-23 10:49:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-23 10:49:55 +0000 |
commit | bb5c6e4681ba21298378998337d8346b31fb5d64 (patch) | |
tree | def1a58b5348ecb95c41d1366032ae6e90b4e075 /cli_ure/source | |
parent | 976fc09108c606f3182b0b5365c729be76788f63 (diff) |
#i99466# fix for cygwin shell
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 51da0d89f547..dd67d2600c84 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)" != "" |