summaryrefslogtreecommitdiff
path: root/scp2/macros
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:27:18 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:27:18 +0000
commit1180f1ee80cc5504ba9b35a1ebdf92593a8d72f0 (patch)
treefdf9a2835847396253947e0e111ab06d286ed4f1 /scp2/macros
parent4e939b5357948138b28caac1e1a7ced7c53a53fe (diff)
INTEGRATION: CWS ause069 (1.8.56); FILE MERGED
2006/12/12 12:39:49 hjs 1.8.56.2: #i70359# remove forced shell calls 2006/10/18 17:12:33 hjs 1.8.56.1: #i70359# remove forced shell calls
Diffstat (limited to 'scp2/macros')
-rw-r--r--scp2/macros/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk
index b8fc2ece576a..e0cd14d9f8c9 100644
--- a/scp2/macros/makefile.mk
+++ b/scp2/macros/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2006-08-14 16:22:19 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:27:18 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -57,10 +57,10 @@ ALLTAR : $(INCCOM)$/langmacros.inc $(INCCOM)$/images.inc
.PHONY $(INCCOM)$/langmacros.inc:
@echo ------------------------------
@echo Making: $@
- +-$(RENAME) $@ $@.tmp >& $(NULLDEV)
- +$(PERL) macro.pl -o $@.tmp && $(RENAME) $@.tmp $@
+ -$(RENAME) $@ $@.tmp >& $(NULLDEV)
+ $(PERL) macro.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
.PHONY $(INCCOM)$/images.inc:
- +-$(RENAME) $@ $@.tmp >& $(NULLDEV)
- +$(PERL) -w images.pl -o $@.tmp && $(RENAME) $@.tmp $@
+ -$(RENAME) $@ $@.tmp >& $(NULLDEV)
+ $(PERL) -w images.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@