summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-26 08:36:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-26 08:36:51 +0000
commit70c1b11df57bdeeab0c325aeb416df69c0e9f8ce (patch)
tree3e42564cc3ae7b6b79565c42050ee34c76a1f241 /lingucomponent
parent5ecfd2e8dd00fc84ff735e71f0d3097ab3c22f5d (diff)
#i10000# Fix include path.
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/makefile.mk b/lingucomponent/source/spellcheck/macosxspell/makefile.mk
index b422422fe0f0..f1ddf5be84f2 100644
--- a/lingucomponent/source/spellcheck/macosxspell/makefile.mk
+++ b/lingucomponent/source/spellcheck/macosxspell/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
# This file is part of OpenOffice.org.
#
@@ -43,7 +43,7 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk
.IF "$(SYSTEM_HUNSPELL)" != "YES"
-HUNSPELL_CFLAGS += -I$(SOLARVER)$/$(INPATH)$/inc$/hunspell
+HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell
.ENDIF
CXXFLAGS += $(HUNSPELL_CFLAGS)