summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-07-26 18:27:06 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-07-26 18:27:06 +0200
commit6e36c1deb6833f22065cbcaa3c3113f6ffa45396 (patch)
tree2598374491f806c8e5831edd525f13d33ce7ee5c /mythes
parent490886db04e29fe34e6d2df774b4e0fcc5851667 (diff)
OOO330 masterfix: dictionaries needs thesaurus generated idx
Notes
split repo tag: libs-extern_ooo/OOO330_m2 split repo tag: libs-extern_ooo/OOO330_m3 split repo tag: libs-extern_ooo/OOO330_m4 split repo tag: libs-extern_ooo/OOO330_m5 split repo tag: libs-extern_ooo/OOO330_m6 split repo tag: libs-extern_ooo/OOO330_m7 split repo tag: libs-extern_ooo/OOO330_m8
Diffstat (limited to 'mythes')
-rw-r--r--mythes/makefile.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index 0aa8f2fdc6fe..f373a5d16262 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -47,6 +47,8 @@ PATCH_FILES=mythes-1.2.0-vanilla-th-gen-idx.patch \
.IF "$(GUI)"=="UNX"
CONFIGURE_DIR=$(BUILD_DIR)
+.IF "$(SYSTEM_MYTHES)" != "YES"
+
.IF "$(SYSTEM_HUNSPELL)" != "YES"
HUNSPELL_CFLAGS +:= -I$(SOLARINCDIR)$/hunspell
HUNSPELL_LIBS +:= -L$(SOLARLIBDIR) -lhunspell-1.2
@@ -74,14 +76,9 @@ CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"
CONFIGURE_FLAGS+=CFLAGS='$(LCL_CONFIGURE_CFLAGS)'
.ENDIF
-.IF "$(SYSTEM_MYTHES)" == "YES"
-@all:
- echo "Nothing to do here."
-.ELSE
BUILD_ACTION=make
OUT2INC += mythes.hxx
.ENDIF
-
.ENDIF # "$(GUI)"=="UNX"