summaryrefslogtreecommitdiff
path: root/l10ntools/source/help/makefile.mk
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-09 14:50:43 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-09 14:50:43 +0200
commit4e653694b634c30f052ba3288f71e6905377b9c6 (patch)
tree26a5f1f33235d10b4a6cd42b488c9ef4cfb93eb0 /l10ntools/source/help/makefile.mk
parentd72138f1408df33e07f6b33fd23bdfb101229a41 (diff)
parenta51dc52262038e9c72eea188cfe9a6812bbc2f8d (diff)
cws tl74: merge with DEV300_m81
Diffstat (limited to 'l10ntools/source/help/makefile.mk')
-rw-r--r--l10ntools/source/help/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/makefile.mk b/l10ntools/source/help/makefile.mk
index 50351913fe55..b66077501a8d 100644
--- a/l10ntools/source/help/makefile.mk
+++ b/l10ntools/source/help/makefile.mk
@@ -101,7 +101,7 @@ JAVACLASSFILES = \
$(CLASSDIR)$/$(PACKAGE)$/HelpFileDocument.class
.IF "$(SYSTEM_LUCENE)" == "YES"
-CLASSPATH!:=$(CLASSPATH)$(PATH_SEPERATOR)$(LUCENE_CORE_JAR)$(PATH_SEPERATOR)$(LUCENE_ANALYZERS_JAR)
+EXTRAJARFILES += $(LUCENE_CORE_JAR) $(LUCENE_ANALYZERS_JAR)
.ELSE
JARFILES += lucene-core-2.3.jar lucene-analyzers-2.3.jar
.ENDIF