summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 11:57:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 11:57:37 +0000
commit439f6872167ddd2aa9158200be18340671cf9c33 (patch)
tree097cb0cd70d8fb19ae965cc14dcca163ab48272c /cpputools
parent0c4f8624f871eaa8618aaf3715c270adc0e62bc6 (diff)
INTEGRATION: CWS pj31 (1.13.2); FILE MERGED
2005/07/15 14:11:55 pjanik 1.13.2.1: #i51745#: chmod the file after it is created, not before.
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/registercomponent/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk
index 5bd0344320a1..784577420600 100644
--- a/cpputools/source/registercomponent/makefile.mk
+++ b/cpputools/source/registercomponent/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: obo $ $Date: 2005-06-17 10:07:55 $
+# last change: $Author: hr $ $Date: 2005-08-05 12:57:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -121,6 +121,6 @@ APP1STDLIBS+= \
.IF "$(GUI)"=="UNX"
ALLTAR: REGCOMPSH
-REGCOMPSH :
- +-chmod +x $(MISC)$/regcomp.sh
+REGCOMPSH : $(UNIXTEXT)
+ +-chmod +x $(UNIXTEXT)
.ENDIF