summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:52:20 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:52:20 +0000
commitfc1f06961a336d7cc3d11844025bf20bc3cd3e78 (patch)
tree19ddb431a86e76b647420f65f814ea7f4d3f58ff /ure
parent440dcb299f739f4af2d4023b068f06f7a9ad85ab (diff)
INTEGRATION: CWS ause069 (1.2.20); FILE MERGED
2006/12/01 14:14:15 hjs 1.2.20.1: #i70359# remove forced shell calls
Diffstat (limited to 'ure')
-rw-r--r--ure/source/makefile.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk
index 133e8c632215..daa65f388868 100644
--- a/ure/source/makefile.mk
+++ b/ure/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 10:55:03 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:52:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -58,27 +58,27 @@ ALLTAR: \
$(BIN)$/ure$/uno$(MY_RC)
$(BIN)$/ure$/README: README
- - $(MKDIR) $(@:d)
- + $(COPY) $< $@
+ -$(MKDIR) $(@:d)
+ $(COPY) $< $@
$(BIN)$/ure$/THIRDPARTYLICENSEREADME.html: THIRDPARTYLICENSEREADME.html
- $(MKDIR) $(@:d)
+ $(COPY) $< $@
$(BIN)$/ure$/jvmfwk3$(MY_RC): jvmfwk3$(MY_RC)
- - $(MKDIR) $(@:d)
- + $(COPY) $< $@
+ -$(MKDIR) $(@:d)
+ $(COPY) $< $@
$(BIN)$/ure$/uno$(MY_RC): uno$(MY_RC)
- - $(MKDIR) $(@:d)
- + $(COPY) $< $@
+ -$(MKDIR) $(@:d)
+ $(COPY) $< $@
.IF "$(OS)" != "WNT"
ALLTAR: $(BIN)$/ure$/startup.sh
$(BIN)$/ure$/startup.sh: startup.sh
- - $(MKDIR) $(@:d)
- + $(COPY) $< $@
+ -$(MKDIR) $(@:d)
+ $(COPY) $< $@
.ENDIF