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 | 83c38c0ee2fee48cadbbd86c44b4cf1408369da5 (patch) | |
tree | aad628fcf689317e65966e20be59fc496b786465 /readlicense_oo/html | |
parent | e98b88739487d980a4d5db43dd0ac4a27722d6c4 (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 6674471ef9..ab0690394a 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 $@ |