From e71a4cab4621982f7db05df008c88ec1cd63ded7 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 29 Jan 2004 09:01:54 +0000 Subject: #i24715# --- solenv/inc/tg_sdi.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/inc/tg_sdi.mk') diff --git a/solenv/inc/tg_sdi.mk b/solenv/inc/tg_sdi.mk index 8ddc25e90abb..6cdd778e029f 100644 --- a/solenv/inc/tg_sdi.mk +++ b/solenv/inc/tg_sdi.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_sdi.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2003-09-04 11:58:30 $ +# last change: $Author: obo $ $Date: 2004-01-29 10:01:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -114,7 +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) $@ + @+-$(RM) $@ @+$(RENAME) $@.$(ROUT).tmp $@ -- cgit