From 0706d5fcc86c9c64df39f85f902524fa246f03d9 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 21 Feb 2005 11:14:18 +0000 Subject: INTEGRATION: CWS ause022 (1.3.48); FILE MERGED 2005/02/16 16:17:36 hjs 1.3.48.1: #i42566#, #i42554# fix rebuild problems --- scp2/macros/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scp2/macros') diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk index 71d9a5a0e698..9cb0872c187d 100644 --- a/scp2/macros/makefile.mk +++ b/scp2/macros/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2005-01-20 12:44:21 $ +# last change: $Author: vg $ $Date: 2005-02-21 12:14:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,5 +87,6 @@ ALLTAR : $(INCCOM)$/langmacros.inc $(INCCOM)$/images.inc +$(PERL) macro.pl -o $@.tmp && $(RENAME) $@.tmp $@ .PHONY $(INCCOM)$/images.inc: - +$(PERL) images.pl -o $@.tmp && $(RENAME) $@.tmp $@ + +-$(RENAME) $@ $@.tmp >& $(NULLDEV) + +$(PERL) -w images.pl -o $@.tmp && $(RENAME) $@.tmp $@ -- cgit