From 8b16430c10a27941a3813131f8c6d6fed284ab4a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Feb 2007 12:23:00 +0000 Subject: INTEGRATION: CWS ause074 (1.8.2); FILE MERGED 2007/02/02 10:27:25 hjs 1.8.2.1: #i74085# avoid useless shell calls --- odk/source/unowinreg/win/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odk/source') 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 -- cgit