diff options
author | obo <obo@openoffice.org> | 2010-06-28 12:40:42 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-28 12:40:42 +0200 |
commit | fea4f71bcd4727fe0b445990d062fa4bc12dc18d (patch) | |
tree | 65c94dbe0b84fe51db9be29ee894f80c856bc28c | |
parent | 8f96863024ed089280b503840f46873948c53027 (diff) |
masterfix: #i112741# filter: fails to build with system saxon
Notes
split repo tag: filters_ooo/DEV300_m84
split repo tag: filters_ooo/OOO330_m0
-rw-r--r-- | filter/source/xsltfilter/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xsltfilter/makefile.mk b/filter/source/xsltfilter/makefile.mk index 1a20572d1698..a5e27135e17a 100644 --- a/filter/source/xsltfilter/makefile.mk +++ b/filter/source/xsltfilter/makefile.mk @@ -66,7 +66,7 @@ JARCLASSDIRS = XSLTransformer*.class XSLTFilterOLEExtracter*.class JARTARGET = $(TARGET).jar .IF "$(SYSTEM_SAXON)" == "YES" -XCLASSPATH+=$(SAXON_JAR) +XCLASSPATH:=$(XCLASSPATH)$(PATH_SEPERATOR)$(SAXON_JAR) .ELSE JARFILES += saxon9.jar .ENDIF |