summaryrefslogtreecommitdiff
path: root/cppcanvas/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:37:44 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:37:44 +0000
commit41803f65d1226da48ceeded2aaddfead21a9cdbe (patch)
tree9b168dbabf8b68aa25d909b7ab3526f3d3891303 /cppcanvas/util
parentc7dd1bbd3cf4c109fcd551d9b842b34d7a4ea8d6 (diff)
INTEGRATION: CWS ause069 (1.5.8); FILE MERGED
2006/12/01 17:31:12 hjs 1.5.8.1: #i70359# remove forced shell calls
Diffstat (limited to 'cppcanvas/util')
-rw-r--r--cppcanvas/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/util/makefile.mk b/cppcanvas/util/makefile.mk
index dda2ba2e8949..4d9295d14aff 100644
--- a/cppcanvas/util/makefile.mk
+++ b/cppcanvas/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: ihi $ $Date: 2006-08-29 11:07:29 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:37:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -71,4 +71,4 @@ DEFLIB1NAME =$(TARGET)
.INCLUDE : target.mk
$(MISC)$/$(SHL1TARGET).flt : makefile.mk
- @+$(TYPE) $(TARGET).flt > $@
+ @$(TYPE) $(TARGET).flt > $@