summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:09:27 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:09:27 +0000
commit05fcb1bad3b3f2dca88ce059df7ee82c9ad105cb (patch)
tree8065266196ed184e8765cdedc8725cefa1d7d8f6 /filter/source/xsltfilter/makefile.mk
parentf6ecf033f02dc201489096d9405f6204932152b8 (diff)
INTEGRATION: CWS gcj3 (1.8.44); FILE MERGED
2005/03/08 14:43:07 cmc 1.8.44.1: #i44359# filter now compilable with gcj
Diffstat (limited to 'filter/source/xsltfilter/makefile.mk')
-rw-r--r--filter/source/xsltfilter/makefile.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/filter/source/xsltfilter/makefile.mk b/filter/source/xsltfilter/makefile.mk
index 323f1e9c9ebc..2bd4aa429b59 100644
--- a/filter/source/xsltfilter/makefile.mk
+++ b/filter/source/xsltfilter/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2005-01-25 15:13:22 $
+# last change: $Author: obo $ $Date: 2005-03-15 09:09:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -93,7 +93,6 @@ SHL1STDLIBS= \
$(SALLIB)
.IF "$(SOLAR_JAVA)"!=""
-.IF "$(JDK)"!="gcj"
#USE_UDK_EXTENDED_MANIFESTFILE=TRUE
#USE_EXTENDED_MANIFESTFILE=TRUE
@@ -112,18 +111,12 @@ JARTARGET = $(TARGET).jar
# --- Files --------------------------------------------------------
JAVACLASSFILES=$(CLASSDIR)$/XSLTFilter.class $(CLASSDIR)$/XSLTransformer.class
.ENDIF
-.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.IF "$(SOLAR_JAVA)"!=""
-.IF "$(JDK)"=="gcj"
-all:
- @echo This dir cannot be build with gcj because of ‘StreamSource’ not found in the declaration of the local variable ‘stylesource’
-.ELSE
$(JAVACLASSFILES) : $(CLASSDIR)
$(CLASSDIR) :
$(MKDIR) $(CLASSDIR)
.ENDIF
-.ENDIF