summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-20 18:25:50 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-20 18:25:50 +0300
commitfc030944c592cac397bac674b05b78ed814c7941 (patch)
tree7f24340469ab0d77e74e368797d2abc36872052b /mythes
parentc3eb3cc710068d8b9c70f3393841548b7ff2f39a (diff)
Bypass when SYSTEM_MYTHES=YES for WNTGCC, too
Diffstat (limited to 'mythes')
-rw-r--r--mythes/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index b0054c9c8dc5..a2297667721c 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -93,6 +93,7 @@ OUT2INC += mythes.hxx
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"
+.IF "$(SYSTEM_MYTHES)" != "YES"
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --with-pic \
HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \
@@ -104,6 +105,7 @@ CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff
BUILD_ACTION=make
+.ENDIF
.ELSE
BUILD_ACTION=dmake
.ENDIF # "$(COM)"=="GCC"