summaryrefslogtreecommitdiff
path: root/soltools/testhxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:36:30 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:36:30 +0000
commitc93050e3b3cc1c9c89cf2f089ecce0b56555d4cb (patch)
tree39fad08947c54e0655575a68c053e2f56e48d227 /soltools/testhxx
parent594562a03990dfc0d0d8eb94c49032fde19cae4f (diff)
INTEGRATION: CWS ause069 (1.3.18); FILE MERGED
2006/11/27 16:02:29 hjs 1.3.18.1: #i70359# remove forced shell calls
Diffstat (limited to 'soltools/testhxx')
-rw-r--r--soltools/testhxx/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/soltools/testhxx/makefile.mk b/soltools/testhxx/makefile.mk
index c77fe0e3c78c..8fc805d39dd4 100644
--- a/soltools/testhxx/makefile.mk
+++ b/soltools/testhxx/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kz $ $Date: 2006-07-06 14:24:28 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:36:30 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -59,8 +59,8 @@ MY_EXECUTABLE := chmod +x
ALLTAR: $(BIN)$/$(TARGET)$(MY_SCRIPT_EXT)
$(BIN)$/$(TARGET)$(MY_SCRIPT_EXT) .ERRREMOVE: $(MISC)$/testhxx.output create.pl
- + $(PERL) -w create.pl < $(MISC)$/testhxx.output > $@
+ $(PERL) -w create.pl < $(MISC)$/testhxx.output > $@
$(MY_EXECUTABLE) $@
$(MISC)$/testhxx.output: $(SLO)$/testhxx.obj
- + $(TOUCH) $<
+ $(TOUCH) $<