summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-16 09:20:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-16 09:20:40 +0000
commitef10d973d6f3564f21bf242e4649d5a03912a078 (patch)
tree1fb31a7fff63929f276fd7e1a73a397ca1c33fa4 /sj2
parentf2063beb55888a954c525612704bc4d15ea5a5d8 (diff)
INTEGRATION: CWS ooo20040509 (1.7.6); FILE MERGED
2004/06/14 15:10:48 svesik 1.7.6.2: try to reduce conflictness 2004/05/03 21:13:27 cmc 1.7.6.1: if SOLAR_JAVA is unset then JVMACCESSLIB doesn't get built
Diffstat (limited to 'sj2')
-rw-r--r--sj2/util/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk
index d56e45efa0..c12e351879 100644
--- a/sj2/util/makefile.mk
+++ b/sj2/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2004-06-01 09:13:55 $
+# last change: $Author: rt $ $Date: 2004-06-16 10:20:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,8 +86,11 @@ SHL1STDLIBS= \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(CPPULIB) \
- $(SALLIB) \
- $(JVMACCESSLIB)
+ $(SALLIB)
+
+.IF "$(SOLAR_JAVA)"!=""
+ SHL1STDLIBS+=$(JVMACCESSLIB)
+.ENDIF
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def