diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 10:58:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 10:58:30 +0000 |
commit | 8520943635f63746481e11d71b8c65da5a9f6736 (patch) | |
tree | e89ca2bf5cdf59537ce2ed90bb305f6d296b882e /solenv/inc | |
parent | 4c047c61c87c321e3e914de9a107e6d8b0697cc5 (diff) |
#i18972# delete file before moving
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/tg_sdi.mk | 5 |
1 files changed, 3 insertions, 2 deletions
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 $@ |