diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:43:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:43:43 +0000 |
commit | b4417e594caf7a8be11970d3b790c8dca021f872 (patch) | |
tree | 4cc8aca7dfec2d98fd49409407d1e604f099cd62 /cli_ure/source | |
parent | 7ee020a36f12b8a208dac159f1c9cb0d4788af46 (diff) |
INTEGRATION: CWS ause069 (1.16.4); FILE MERGED
2006/10/18 17:10:15 hjs 1.16.4.1: #i70359# remove forced shell calls
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index fed741c331e4..ca0a391048a6 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: vg $ $Date: 2006-09-25 13:04:48 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:43:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -125,7 +125,7 @@ ALLTAR : $(BIN)$/climaker.exe.config $(BIN)$/climaker.exe.config : climaker.exe.config $(GNUCOPY) -f $? $@ .IF "$(USE_SHELL)"!="4nt" - +chmod +x $@ + chmod +x $@ .ENDIF .ENDIF |