From 6e36c1deb6833f22065cbcaa3c3113f6ffa45396 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 26 Jul 2010 18:27:06 +0200 Subject: OOO330 masterfix: dictionaries needs thesaurus generated idx --- mythes/makefile.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mythes') 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" -- cgit