summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-16 13:22:57 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-16 13:22:57 +0000
commit2a2992c7d876610c80818c9e7c5a0b6e7dab863f (patch)
tree753188c7b015be646fe14e2ed601cf7c712f73bd /soltools
parentd9ba9dc20c93fe594a3fdd913a432706dc01a861 (diff)
INTEGRATION: CWS ause085 (1.4.32); FILE MERGED
2007/12/11 12:31:27 hjs 1.4.32.1: #i81694# try to solve problem of missing input file - maybe cause by unintended rebuilds in mp builds
Diffstat (limited to 'soltools')
-rw-r--r--soltools/testhxx/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/soltools/testhxx/makefile.mk b/soltools/testhxx/makefile.mk
index 8fc805d39dd4..1fbe8b88bf5b 100644
--- a/soltools/testhxx/makefile.mk
+++ b/soltools/testhxx/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:36:30 $
+# last change: $Author: ihi $ $Date: 2008-01-16 14:22:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@ LIBTARGET := NO
ENABLE_EXCEPTIONS := TRUE
CAPTURE_COMMAND = echo
-CAPTURE_OUTPUT = > $(MISC)$/testhxx.output
+CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj
.INCLUDE: $(PRJ)$/util$/makefile.pmk
.INCLUDE: settings.mk
@@ -58,9 +58,10 @@ MY_EXECUTABLE := chmod +x
ALLTAR: $(BIN)$/$(TARGET)$(MY_SCRIPT_EXT)
-$(BIN)$/$(TARGET)$(MY_SCRIPT_EXT) .ERRREMOVE: $(MISC)$/testhxx.output create.pl
+$(BIN)$/$(TARGET)$(MY_SCRIPT_EXT) .ERRREMOVE : $(MISC)$/testhxx.output create.pl
$(PERL) -w create.pl < $(MISC)$/testhxx.output > $@
$(MY_EXECUTABLE) $@
$(MISC)$/testhxx.output: $(SLO)$/testhxx.obj
$(TOUCH) $<
+ $(TOUCH) $@