From 8520943635f63746481e11d71b8c65da5a9f6736 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 4 Sep 2003 10:58:30 +0000 Subject: #i18972# delete file before moving --- solenv/inc/tg_sdi.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'solenv/inc/tg_sdi.mk') diff --git a/solenv/inc/tg_sdi.mk b/solenv/inc/tg_sdi.mk index 0cffd2887cba..8ddc25e90abb 100644 --- a/solenv/inc/tg_sdi.mk +++ b/solenv/inc/tg_sdi.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_sdi.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2003-08-25 14:47:38 $ +# last change: $Author: obo $ $Date: 2003-09-04 11:58:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -114,6 +114,7 @@ $(HIDSID$(TNR)PARTICLE): $(MISCX)$/$(SDI$(TNR)NAME).sid .ELSE @$(TYPE) $(MISCX)$/$(SDI$(TNR)NAME).sid | $(AWK) '$$1=="#define" { print $$2, $$3 }' > $@.$(ROUT).tmp .ENDIF + @+$(RM) $@ @+$(RENAME) $@.$(ROUT).tmp $@ -- cgit