diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:34:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:34:52 +0000 |
commit | 43ce4d82df0cfc593d7172a41819d5fdd3ef1c5f (patch) | |
tree | 6f1a121788007fd824688e33e38af3250b910bb0 /jvmfwk/source | |
parent | 97c23e6d2eb06001f4053ce864dd6778706fa3cb (diff) |
INTEGRATION: CWS ause069 (1.9.62); FILE MERGED
2006/11/28 09:52:59 hjs 1.9.62.1: #i70359# remove forced shell calls
Diffstat (limited to 'jvmfwk/source')
-rw-r--r-- | jvmfwk/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/source/makefile.mk b/jvmfwk/source/makefile.mk index b01743284520..3b5aa0d08f7e 100644 --- a/jvmfwk/source/makefile.mk +++ b/jvmfwk/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:36:34 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:34:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,7 @@ RCFILE=$(BIN)$/jvmfwk3.ini .INCLUDE: target.mk $(RCFILE): jvmfwk3rc - +-$(COPY) $< $@ + -$(COPY) $< $@ ALLTAR: \ $(RCFILE) |