diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:06:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:06:57 +0000 |
commit | 75968fa6eae51cd37fa73dc5ff0ea3bb6d0319bc (patch) | |
tree | 2cd03cef45266e9d131daf4756493010cbf0e2cd /scripting/examples/java | |
parent | a21b5db6583f09f14a5d6196f922143e16c62dbc (diff) |
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)
Diffstat (limited to 'scripting/examples/java')
-rwxr-xr-x | scripting/examples/java/makefile.mk | 7 |
1 files 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 |