summaryrefslogtreecommitdiff
path: root/xmlscript/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:37:19 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:37:19 +0000
commit7370ecd882ebe8e0d0c6a21b45ed325f86f0b7da (patch)
tree0c0ad09ef2fc8821ad688daef98d61ef4ec04386 /xmlscript/util
parent22e67b84d2c398a4b0b66c6f110db7872d0d7209 (diff)
INTEGRATION: CWS ause069 (1.9.26); FILE MERGED
2006/11/28 16:00:00 hjs 1.9.26.1: #i70359# remove forced shell calls
Diffstat (limited to 'xmlscript/util')
-rw-r--r--xmlscript/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/util/makefile.mk b/xmlscript/util/makefile.mk
index 3148d40bf555..8eef6ec7cc60 100644
--- a/xmlscript/util/makefile.mk
+++ b/xmlscript/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 16:18:57 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:37:19 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -82,4 +82,4 @@ DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
$(MISC)$/$(SHL1TARGET).flt : makefile.mk xcr.flt
@echo ------------------------------
@echo Making: $@
- +$(TYPE) xcr.flt > $@
+ $(TYPE) xcr.flt > $@