diff options
Diffstat (limited to 'cli_ure')
-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 |