diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-06-23 11:09:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-06-23 11:09:01 +0000 |
commit | 717f1886b0af0dcbae712aa7fb65783906cbac2f (patch) | |
tree | a07a19eae3caf74270070c12b080a2120c7cc27d /lingucomponent/source | |
parent | 03209a696302d0d4b42b3c8178dcc4e145b5d717 (diff) |
#i10000# use SOLARINCDIR
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/makefile.mk b/lingucomponent/source/thesaurus/libnth/makefile.mk index 9c0e68179ad0..80c7e761d788 100644 --- a/lingucomponent/source/thesaurus/libnth/makefile.mk +++ b/lingucomponent/source/thesaurus/libnth/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # # This file is part of OpenOffice.org. # @@ -56,7 +56,7 @@ MYTHESLIB=libmythes.lib # --- Files -------------------------------------------------------- .IF "$(SYSTEM_HUNSPELL)" != "YES" -HUNSPELL_CFLAGS += -I$(SOLARVER)$/$(INPATH)$/inc$/hunspell +HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell .ENDIF .IF "$(SYSTEM_MYTHES)" != "YES" |