summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:09:10 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:09:10 +0000
commit69ccc283b45874c1cc14b800fc209a67a199fe49 (patch)
tree885ace3e057cb5e0d300e9537a5403cf788f83bb /sc/addin
parent5298b109795985dee87e46d5e8a09ae8e852058e (diff)
INTEGRATION: CWS ause069 (1.8.8); FILE MERGED
2006/11/24 14:37:04 hjs 1.8.8.1: #i70359# remove forced shell calls
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/datefunc/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/addin/datefunc/makefile.mk b/sc/addin/datefunc/makefile.mk
index c020d3498227..7c5b90080b85 100644
--- a/sc/addin/datefunc/makefile.mk
+++ b/sc/addin/datefunc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 11:02:04 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:09:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -84,15 +84,15 @@ $(MISC)$/x$(TARGET).c: $(TARGET).cl $(CL2CSRC) $(MISC)$/cl2c.pl
$(MISC)$/cl2c.pl: ..$/util/cl2c.pl
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
- +tr -d "\015" < ..$/util$/cl2c.pl > $@
- +chmod +rw $@
+ tr -d "\015" < ..$/util$/cl2c.pl > $@
+ chmod +rw $@
.ELSE
- @+$(COPY) ..$/util$/cl2c.pl $@
+ @$(COPY) ..$/util$/cl2c.pl $@
.ENDIF
# copy file to include in package
$(INCCOM)$/xlang.h : $(SOLARINCDIR)$/i18npool$/lang.h
- @+$(COPY) $(SOLARINCDIR)$/i18npool$/lang.h $@
+ @$(COPY) $(SOLARINCDIR)$/i18npool$/lang.h $@
$(SLOFILES) : $(INCCOM)$/xlang.h $(CFILES)