From a0242740e60184b4a2327cdb87cca3b785ef2366 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 11:20:20 +0000 Subject: INTEGRATION: CWS ause069 (1.4.96); FILE MERGED 2006/10/18 17:12:26 hjs 1.4.96.1: #i70359# remove forced shell calls --- readlicense_oo/html/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readlicense_oo/html/makefile.mk b/readlicense_oo/html/makefile.mk index 6674471ef9e8..ab0690394aac 100644 --- a/readlicense_oo/html/makefile.mk +++ b/readlicense_oo/html/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-09 05:08:46 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:20:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,5 +51,5 @@ all: $(MISC)$/THIRDPARTYLICENSEREADME.html .INCLUDE : target.mk $(MISC)$/THIRDPARTYLICENSEREADME.html: THIRDPARTYLICENSEREADME.html - +-$(COPY) THIRDPARTYLICENSEREADME.html $@ + $(COPY) THIRDPARTYLICENSEREADME.html $@ -- cgit