diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:36:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:36:20 +0000 |
commit | af458b5bbdfacaa29ac47aa8936065a53fdb8641 (patch) | |
tree | 0d1af25f75b4bb5a783a6b52fab90e8a86bbc0f2 /io | |
parent | 43ce4d82df0cfc593d7172a41819d5fdd3ef1c5f (diff) |
INTEGRATION: CWS ause069 (1.9.34); FILE MERGED
2006/12/01 15:04:40 hjs 1.9.34.1: #i70359# remove forced shell calls
Diffstat (limited to 'io')
-rw-r--r-- | io/test/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk index 7b6aa3a67d52..ebd316f07c60 100644 --- a/io/test/makefile.mk +++ b/io/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-07 18:32:29 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:36:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -93,8 +93,8 @@ ALL : $(BIN)$/applicat.rdb \ ALLTAR $(BIN)$/applicat.rdb: $(SOLARBINDIR)$/udkapi.rdb - +rm -f $@ - +regmerge $@ / $? + rm -f $@ + regmerge $@ / $? .INCLUDE : target.mk |