summaryrefslogtreecommitdiff
path: root/stoc/source/javaloader
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-18 11:08:40 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-18 11:08:40 +0000
commit00278b5636db405484d89c532543cc87648e9708 (patch)
tree5e56c2fccf242461788114d7f35c0d50fdc4957b /stoc/source/javaloader
parent4933020d870ad8e765336106f5b9e903b1ba0f81 (diff)
add: SOLAR_JAVA #90436
Diffstat (limited to 'stoc/source/javaloader')
-rw-r--r--stoc/source/javaloader/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/stoc/source/javaloader/makefile.mk b/stoc/source/javaloader/makefile.mk
index e49720e7b5f6..a77aece69a26 100644
--- a/stoc/source/javaloader/makefile.mk
+++ b/stoc/source/javaloader/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: kr $ $Date: 2001-09-11 14:33:34 $
+# last change: $Author: mh $ $Date: 2001-10-18 12:08:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,14 +69,13 @@ USE_DEFFILE=TRUE
NO_BSYMBOLIC=TRUE
COMP1TYPELIST=$(TARGET)
+.IF "$(SOLAR_JAVA)" == "TRUE"
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# ------------------------------------------------------------------
-.IF "$(SOLAR_JAVA)" == "TRUE"
-
.INCLUDE : ..$/cppumaker.mk
SLOFILES= $(SLO)$/javaloader.obj
@@ -95,6 +94,9 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
+.ELSE # SOLAR_JAVA
+all:
+ @echo Nothing to do: SOLAR_JAVA not set
.ENDIF
# --- Targets ------------------------------------------------------