diff options
Diffstat (limited to 'scripting/util/ant.pmk')
-rwxr-xr-x | scripting/util/ant.pmk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/scripting/util/ant.pmk b/scripting/util/ant.pmk index 21d631886a1a..75d24fea70d8 100755 --- a/scripting/util/ant.pmk +++ b/scripting/util/ant.pmk @@ -2,9 +2,9 @@ # # $RCSfile: ant.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-02-04 14:13:49 $ +# last change: $Author: rt $ $Date: 2004-10-22 14:11:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,9 +60,7 @@ # #************************************************************************* -.IF "$(JARFILES"=="" -JARFILES=../util/ant.jar -.ENDIF +JARFILES*=../util/ant.jar # needs jdk1.2 ! JAVAC_LIB:=$(JAVA_HOME)$/lib$/tools.jar |