summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 10:02:04 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 10:02:04 +0000
commitb2728018cab880ec4a1eea9d7c487d4b59ac46c8 (patch)
tree03ca225db9547e0bd9e02ab5fd28c9b8eca2d151 /sc/addin
parentf11521ce9b01df2c3938c999aa6251a9f6b24302 (diff)
INTEGRATION: CWS ause068 (1.7.156); FILE MERGED
2006/09/25 15:26:29 hjs 1.7.156.1: #i69536# + no longer required before echo command
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/datefunc/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/addin/datefunc/makefile.mk b/sc/addin/datefunc/makefile.mk
index f82cc14e6b95..c020d3498227 100644
--- a/sc/addin/datefunc/makefile.mk
+++ b/sc/addin/datefunc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2006-04-07 16:20:52 $
+# last change: $Author: kz $ $Date: 2006-10-05 11:02:04 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -103,9 +103,9 @@ $(MISC)$/$(TARGET).lst : \
..$/inc$/$(TARGET).hrc \
..$/inc$/addin.h
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
- +echo $< > $@
+ echo $< > $@
.ELSE
- +echo $(<:+"\n":s/ //) > $@
+ echo $(<:+"\n":s/ //) > $@
.ENDIF
# --- Def-File ---