diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-29 12:14:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-29 12:14:36 +0000 |
commit | 92169fe101c4be8ab5bb5f7223bb27836bfa1c14 (patch) | |
tree | 7bc4b7d4a20853d70524846b7560af99b9376ee4 /cpputools | |
parent | 7d19365c4806f63065afaa300e54485cbe7b030e (diff) |
#i10000# Do not dy if 'chmod' fails.
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index 4ed76a67f522..e56b391f30b5 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2004-11-09 13:55:12 $ +# last change: $Author: rt $ $Date: 2004-11-29 13:14:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,5 +116,5 @@ APP1STDLIBS+= \ ALLTAR: REGCOMPSH REGCOMPSH : - +chmod +x $(MISC)$/regcomp.sh -.ENDIF
\ No newline at end of file + +-chmod +x $(MISC)$/regcomp.sh +.ENDIF |