summaryrefslogtreecommitdiff
path: root/ridljar/util
diff options
context:
space:
mode:
Diffstat (limited to 'ridljar/util')
-rw-r--r--ridljar/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/ridljar/util/makefile.mk b/ridljar/util/makefile.mk
index 91ea5e7acefa..28e86194a0e8 100644
--- a/ridljar/util/makefile.mk
+++ b/ridljar/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2003-03-26 15:44:58 $
+# last change: $Author: vg $ $Date: 2003-12-17 17:43:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,10 +84,12 @@ ZIP1FLAGS=-u -r
ZIP1DIR=$(PRJ)
ZIP1LIST=com -x "*makefile.mk"
+.IF "$(SOLAR_JAVA)"!=""
ZIP2TARGET=$(TARGET)2_src
ZIP2FLAGS=-u -r
ZIP2DIR=$(MISC)$/java
ZIP2LIST=com
+.ENDIF
# --- Targets ------------------------------------------------------