From af458b5bbdfacaa29ac47aa8936065a53fdb8641 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 12:36:20 +0000 Subject: INTEGRATION: CWS ause069 (1.9.34); FILE MERGED 2006/12/01 15:04:40 hjs 1.9.34.1: #i70359# remove forced shell calls --- io/test/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'io/test') 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 -- cgit