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 | 740a0f25b89221e74444b958bd02256abd05ddf6 (patch) | |
tree | 5ac602e37215f24c8f5a1590909af35bd3031f0e /jvmfwk | |
parent | 155cbd7216487f1338fba784193ab5e9d90848d7 (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')
-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 b01743284..3b5aa0d08 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) |