summaryrefslogtreecommitdiff
path: root/scp2/macros
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 13:07:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 13:07:11 +0000
commitad23c54c01dd8d907cdaa61cacbcfbda6d1a9ce7 (patch)
tree7e8db08aef8ca30e792c51691b46d7b67cbd467c /scp2/macros
parent9e1d887afe2d1d3b765b9d162fa85e8d595c2cf4 (diff)
INTEGRATION: CWS ause074 (1.9.8); FILE MERGED
2007/02/02 11:12:22 hjs 1.9.8.1: #i74085# avoid useless shell calls
Diffstat (limited to 'scp2/macros')
-rw-r--r--scp2/macros/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk
index e0cd14d9f8c9..372a502fccd6 100644
--- a/scp2/macros/makefile.mk
+++ b/scp2/macros/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:27:18 $
+# last change: $Author: vg $ $Date: 2007-02-06 14:07:11 $
#
# 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)
+ @@-$(RENAME) $@ $@.tmp
$(PERL) macro.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
.PHONY $(INCCOM)$/images.inc:
- -$(RENAME) $@ $@.tmp >& $(NULLDEV)
+ @@-$(RENAME) $@ $@.tmp
$(PERL) -w images.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@