From 3361e294a8bdc316999ab7af3160c539c7e3a4c9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 11:32:42 +0000 Subject: INTEGRATION: CWS ause069 (1.5.34); FILE MERGED 2006/10/18 17:10:02 hjs 1.5.34.1: #i70359# remove forced shell calls --- boost/spirit/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boost/spirit/makefile.mk b/boost/spirit/makefile.mk index 944ff910da8b..c2100d604a8b 100644 --- a/boost/spirit/makefile.mk +++ b/boost/spirit/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-07 22:07:08 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:32:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,6 @@ all: \ # is newer. $(MISC)$/$(TARGET)_remove_build.flag : $(PRJ)$/$(PATCH_FILE_NAME) $(REMOVE_PACKAGE_COMMAND) - +$(TOUCH) $(MISC)$/$(TARGET)_remove_build.flag + $(TOUCH) $(MISC)$/$(TARGET)_remove_build.flag .ENDIF -- cgit