INTEGRATION: CWS ause069 (1.6.70); FILE MERGED
2006/11/28 09:49:51 hjs 1.6.70.1: #i70359# remove forced shell calls
This commit is contained in:
parent
4c5f86829d
commit
467e1ec2c7
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.6 $
|
||||
# $Revision: 1.7 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2006-06-19 17:10:16 $
|
||||
# last change: $Author: obo $ $Date: 2007-01-25 12:47:16 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -89,7 +89,7 @@ $(JARTARGETN) : $(OWNCOPY)
|
|||
.ENDIF
|
||||
|
||||
$(OWNCOPY) : $(CFGFILES)
|
||||
+-$(MKDIR) $(CLASSDIR)$/$(PACKAGE)
|
||||
+$(COPY) $? $(CLASSDIR)$/$(PACKAGE) && $(TOUCH) $@
|
||||
-$(MKDIR) $(CLASSDIR)$/$(PACKAGE)
|
||||
$(COPY) $? $(CLASSDIR)$/$(PACKAGE) && $(TOUCH) $@
|
||||
|
||||
.ENDIF # "$(SOLAR_JAVA)" != ""
|
||||
|
|
Loading…
Reference in a new issue