diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:14:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:14:08 +0000 |
commit | b22a0320dcc9d2c1a5326be4cb8deb0f17af7a62 (patch) | |
tree | 00e6c46e4384cf731c982f210fd892e0251ea0a5 /ure | |
parent | 0456152c9d03633ad0f22ba46dcbbbd1e4089962 (diff) |
INTEGRATION: CWS ause076 (1.4.4); FILE MERGED
2007/02/28 16:19:33 hjs 1.4.4.1: #i74984# less forced shell calls
Diffstat (limited to 'ure')
-rw-r--r-- | ure/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk index daa65f388868..27329cf90f84 100644 --- a/ure/source/makefile.mk +++ b/ure/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:52:20 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:14:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ $(BIN)$/ure$/README: README $(BIN)$/ure$/THIRDPARTYLICENSEREADME.html: THIRDPARTYLICENSEREADME.html - $(MKDIR) $(@:d) - + $(COPY) $< $@ + $(COPY) $< $@ $(BIN)$/ure$/jvmfwk3$(MY_RC): jvmfwk3$(MY_RC) -$(MKDIR) $(@:d) |