INTEGRATION: CWS obo05 (1.65.56); FILE MERGED
2006/08/09 12:31:05 obo 1.65.56.3: RESYNC: (1.67-1.68); FILE MERGED 2006/06/23 17:44:44 obo 1.65.56.2: RESYNC: (1.65-1.67); FILE MERGED 2006/06/22 14:32:36 obo 1.65.56.1: #i53611# .net 2005
This commit is contained in:
parent
7552f30d71
commit
c158725d46
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: rules.mk,v $
|
||||
#
|
||||
# $Revision: 1.71 $
|
||||
# $Revision: 1.72 $
|
||||
#
|
||||
# last change: $Author: vg $ $Date: 2006-09-22 08:55:34 $
|
||||
# last change: $Author: vg $ $Date: 2006-09-25 13:09:14 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -576,7 +576,8 @@ $(MISC)$/%.dpj :
|
|||
.IF "$(GUI)"=="UNX"
|
||||
@+echo $(shell +$(STARDEP) @$(mktmp -o $@ -i $(CLASSDIR) $(foreach,i,$(JAVADEPINCLUDES:s/:/ /) -i $i) $(JAVACLASSFILES)))
|
||||
.ELSE
|
||||
@+echo $(shell +$(STARDEP) @$(mktmp -o $@ -i $(CLASSDIR) $(foreach,i,$(JAVADEPINCLUDES:s/;/ /) -i $i) $(JAVACLASSFILES)))
|
||||
@+echo javadeps
|
||||
@+echo +$(shell +$(STARDEP) @$(mktmp -o $@ -i $(CLASSDIR) $(foreach,i,$(JAVADEPINCLUDES:s/;/ /) -i $i) $(JAVACLASSFILES)))
|
||||
.ENDIF
|
||||
.ENDIF # "$(nodep)"==""
|
||||
|
||||
|
|
Loading…
Reference in a new issue