summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 14:28:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 14:28:38 +0000
commit93ce269bb07e9eb1a6479c9dd851fc533583b04e (patch)
tree13eff7daa23d5e8c275af897c762d188451ef35c /filter/source/xsltfilter/makefile.mk
parent884703eddc4c42ba8178c33961ae4c5b06fb1f6c (diff)
INTEGRATION: CWS geordi2q11 (1.4.96); FILE MERGED
2003/12/16 12:04:38 hr 1.4.96.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'filter/source/xsltfilter/makefile.mk')
-rw-r--r--filter/source/xsltfilter/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/filter/source/xsltfilter/makefile.mk b/filter/source/xsltfilter/makefile.mk
index b85b14270384..397e28d5ad82 100644
--- a/filter/source/xsltfilter/makefile.mk
+++ b/filter/source/xsltfilter/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2003-06-12 11:13:35 $
+# last change: $Author: vg $ $Date: 2003-12-17 15:28:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,7 +90,9 @@ JAVACLASSFILES=$(CLASSDIR)$/XSLTFilter.class
# + $(COPY) $(COPYRECURSE) META-INF $(OUT)$/class$/XSLTFilter$/META-INF
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+.IF "$(SOLAR_JAVA)"!=""
$(JAVACLASSFILES) : $(CLASSDIR)
+.ENDIF
$(CLASSDIR) :
$(MKDIR) $(CLASSDIR)