INTEGRATION: CWS ooo20040225 (1.1.16); FILE MERGED

2004/02/25 10:38:33 haggai 1.1.16.1: #i25829# Fix scripting build without Java support ($SOLAR_JAVA!=TRUE)
This commit is contained in:
Jens-Heiner Rechtien
2004-03-09 11:06:57 +00:00
parent a21b5db658
commit 75968fa6ea

View File

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: toconnor $ $Date: 2003-08-21 15:48:06 $
# last change: $Author: hr $ $Date: 2004-03-09 12:06:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -66,5 +66,6 @@ TARGET=javaexamples
.INCLUDE : ant.mk
.IF "$(SOLAR_JAVA)"!=""
ALLTAR : ANTBUILD
.ENDIF