diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-06-23 10:34:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-06-23 10:34:17 +0000 |
commit | a7c97c936f1457caf508d173fa905059e2d59c97 (patch) | |
tree | 710dfa2e55a9a7fce7695d106ad16120ee295261 /lingucomponent | |
parent | 3e5ccdee407833f9becf3326079de5f213e63267 (diff) |
#i10000# use SOLARINCDIR
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/lingutil/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/lingutil/makefile.mk b/lingucomponent/source/lingutil/makefile.mk index eb7eeb01b9db..55747a9da549 100644 --- a/lingucomponent/source/lingutil/makefile.mk +++ b/lingucomponent/source/lingutil/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # # This file is part of OpenOffice.org. # @@ -42,7 +42,7 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk .IF "$(SYSTEM_HUNSPELL)" != "YES" -HUNSPELL_CFLAGS += -I$(SOLARVER)$/$(INPATH)$/inc$/hunspell +HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell .ENDIF .IF "$(SYSTEM_DICTS)" == "YES" |