From c93050e3b3cc1c9c89cf2f089ecce0b56555d4cb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 14:36:30 +0000 Subject: INTEGRATION: CWS ause069 (1.3.18); FILE MERGED 2006/11/27 16:02:29 hjs 1.3.18.1: #i70359# remove forced shell calls --- soltools/testhxx/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'soltools/testhxx') 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) $< -- cgit