diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:29:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:29:41 +0000 |
commit | 7c31a07d66fd69caf60bfb4b08903dbc3cb19c07 (patch) | |
tree | c16dd9e41b9512157a61493dc82d740c07ec28c5 /odk/source/unowinreg | |
parent | 859ef0963136f2c8e2cec14659eb73b7a35feaca (diff) |
INTEGRATION: CWS ause069 (1.7.6); FILE MERGED
2006/10/18 17:12:05 hjs 1.7.6.1: #i70359# remove forced shell calls
Diffstat (limited to 'odk/source/unowinreg')
-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 9c25969b04da..f132677b4b6d 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.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hjs $ $Date: 2006-10-09 16:00:13 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:29:41 $ # # 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 $@ >& $(NULLDEV) $(GNUCOPY) $< $@ .ENDIF |