summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-20 06:51:29 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-20 06:51:29 +0000
commit5249277bf894ad4307d058635124329ebf1f089f (patch)
treecd0ee5392f1468773a43ff05a8ebb463d67e1786 /lingucomponent
parentcae5a06d79b7d3aedaa92bd1246f296c06fd2322 (diff)
#i10000# MYSPELL_LIBS undeclared, setting MYSPELLLIB to -lmyspell
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/spell/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/spellcheck/spell/makefile.mk b/lingucomponent/source/spellcheck/spell/makefile.mk
index 02547a63b265..d68bae19413b 100644
--- a/lingucomponent/source/spellcheck/spell/makefile.mk
+++ b/lingucomponent/source/spellcheck/spell/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2005-06-17 09:22:29 $
+# last change: $Author: obo $ $Date: 2005-06-20 07:51:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,7 +69,7 @@ USE_DEFFILE=TRUE
.IF "$(MYSPELLLIB)"==""
.IF "$(GUI)"=="UNX"
-MYSPELLLIB=$(MYSPELL_LIBS)
+MYSPELLLIB=-lmyspell
.ENDIF # unx
.IF "$(GUI)"=="WNT"
MYSPELLLIB=myspell.lib