diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 12:23:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 12:23:00 +0000 |
commit | 8b16430c10a27941a3813131f8c6d6fed284ab4a (patch) | |
tree | ac3b3d0709fc7a9d89cb7791fddb778dd31664e2 /odk/source | |
parent | a8fa9a8522bc11cf3ec6b4b322fbac77adbab5fe (diff) |
INTEGRATION: CWS ause074 (1.8.2); FILE MERGED
2007/02/02 10:27:25 hjs 1.8.2.1: #i74085# avoid useless shell calls
Diffstat (limited to 'odk/source')
-rw-r--r-- | odk/source/unowinreg/win/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/source/unowinreg/win/makefile.mk b/odk/source/unowinreg/win/makefile.mk index f132677b4b6d..d823277452af 100644 --- a/odk/source/unowinreg/win/makefile.mk +++ b/odk/source/unowinreg/win/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:29:41 $ +# last change: $Author: vg $ $Date: 2007-02-06 13:23:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ $(BIN)$/unowinreg.dll : unowinreg.cxx .ELSE $(BIN)$/unowinreg.dll : $(SOLARVERSION)$/$(INPATH)$/bin$(UPDMINOREXT)$/unowinreg.dll - -rm -f $@ >& $(NULLDEV) + @@-rm -f $@ $(GNUCOPY) $< $@ .ENDIF |