summaryrefslogtreecommitdiff
path: root/scp2/macros/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/macros/makefile.mk')
-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 $@