From 75968fa6eae51cd37fa73dc5ff0ea3bb6d0319bc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Mar 2004 11:06:57 +0000 Subject: [PATCH] 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) --- scripting/examples/java/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripting/examples/java/makefile.mk b/scripting/examples/java/makefile.mk index 0f178c9e7db4..e0e777570427 100755 --- a/scripting/examples/java/makefile.mk +++ b/scripting/examples/java/makefile.mk @@ -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