expansion needed to achive the option of exporting CLASSPATH for cutting down commandline lenght

This commit is contained in:
Hans-Joachim Lankenau 2001-05-23 13:50:31 +00:00
parent 782e518fc5
commit e075c38ef0

View file

@ -2,9 +2,9 @@
#
# $RCSfile: target.mk,v $
#
# $Revision: 1.51 $
# $Revision: 1.52 $
#
# last change: $Author: hjs $ $Date: 2001-05-22 12:09:56 $
# last change: $Author: hjs $ $Date: 2001-05-23 14:50:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -418,9 +418,9 @@ NEWCLASS+=$(CLASSGENDIR)
.ENDIF # "$(GENJAVACLASSFILES)"!=""
.IF "$(NEWCLASS)"!=""
.IF "$(GUI)"=="UNX"
CLASSPATH=.:$(CLASSDIR):$(XCLASSPATH):$(NEWCLASS:s/ /:/)
CLASSPATH:=.:$(CLASSDIR):$(XCLASSPATH):$(NEWCLASS:s/ /:/)
.ELSE
CLASSPATH=.;$(CLASSDIR);$(XCLASSPATH);$(NEWCLASS:s/ /;/)
CLASSPATH:=.;$(CLASSDIR);$(XCLASSPATH);$(NEWCLASS:s/ /;/)
.ENDIF
.ENDIF # "$(NEWCLASS)"!=""