diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:20:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:20:20 +0000 |
commit | a0242740e60184b4a2327cdb87cca3b785ef2366 (patch) | |
tree | 3b4d4cc7b0f57309a0bbf2351d4193b302048c31 /readlicense_oo/html | |
parent | fb78e6726cddfeed00a99f22b7b72edee3524dcc (diff) |
INTEGRATION: CWS ause069 (1.4.96); FILE MERGED
2006/10/18 17:12:26 hjs 1.4.96.1: #i70359# remove forced shell calls
Diffstat (limited to 'readlicense_oo/html')
-rw-r--r-- | readlicense_oo/html/makefile.mk | 6 |
1 files 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 $@ |