summaryrefslogtreecommitdiffstats
path: root/rhino
diff options
context:
space:
mode:
Diffstat (limited to 'rhino')
-rwxr-xr-xrhino/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/rhino/makefile.mk b/rhino/makefile.mk
index 35fd8b707e78..3ffd7a803fb7 100755
--- a/rhino/makefile.mk
+++ b/rhino/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: toconnor $ $Date: 2003-11-28 15:11:49 $
+# last change: $Author: hr $ $Date: 2004-11-09 11:50:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,15 @@ PRJ=.
PRJNAME=so_rhino
TARGET=so_rhino
+.IF "$(SOLAR_JAVA)"!=""
+
.INCLUDE : ant.mk
ALLTAR : ANTBUILD
+.ELSE
+
+all:
+ @echo java disabled
+
+.ENDIF