summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:32:42 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:32:42 +0000
commit3361e294a8bdc316999ab7af3160c539c7e3a4c9 (patch)
tree53f33e6050333679b26f52a3b12e3710677a88e0 /boost
parent9ba5e3e0a36a4bdb0643dda6f894c7723f80c5da (diff)
INTEGRATION: CWS ause069 (1.5.34); FILE MERGED
2006/10/18 17:10:02 hjs 1.5.34.1: #i70359# remove forced shell calls
Diffstat (limited to 'boost')
-rw-r--r--boost/spirit/makefile.mk6
1 files 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