diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:14:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:14:18 +0000 |
commit | 0706d5fcc86c9c64df39f85f902524fa246f03d9 (patch) | |
tree | 7ad14c4e9f1f36a70ff4aab1f6176567a66ee7cb /scp2/macros | |
parent | 9fa47e42c37c992938129c3075eba7f54142e62e (diff) |
INTEGRATION: CWS ause022 (1.3.48); FILE MERGED
2005/02/16 16:17:36 hjs 1.3.48.1: #i42566#, #i42554# fix rebuild problems
Diffstat (limited to 'scp2/macros')
-rw-r--r-- | scp2/macros/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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 $@ |