diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 16:43:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 16:43:38 +0000 |
commit | 4370dc40b31957837e9c9cbd76253a782a27aa76 (patch) | |
tree | be53a94c7cafa67b0183504afe786196caab9882 /ridljar/util | |
parent | f528b19f65df48441c114753f950c329e47d3eae (diff) |
INTEGRATION: CWS geordi2q11 (1.3.50); FILE MERGED
2003/12/16 14:39:04 hr 1.3.50.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'ridljar/util')
-rw-r--r-- | ridljar/util/makefile.mk | 6 |
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 ------------------------------------------------------ |