summaryrefslogtreecommitdiff
path: root/external/hyphen/ExternalProject_hyphen.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-24 17:23:29 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 17:56:07 +0200
commitccf4f1d80e82b2fa5156f1a351a5e1cd8dde3be0 (patch)
treed0805225f54867cf166f26a8ea0b290648db198e /external/hyphen/ExternalProject_hyphen.mk
parentd1f46c8a3f25370a8cb5b360cd23835e693a906c (diff)
hyphen: stop building hyph_en_US.dic too
Change-Id: I05929be5dbc41ba6889bd593ad0ce0061367ea37
Diffstat (limited to 'external/hyphen/ExternalProject_hyphen.mk')
-rw-r--r--external/hyphen/ExternalProject_hyphen.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk
index e7d36730fd70..573fbae00de0 100644
--- a/external/hyphen/ExternalProject_hyphen.mk
+++ b/external/hyphen/ExternalProject_hyphen.mk
@@ -22,7 +22,6 @@ $(call gb_ExternalProject_get_state_target,hyphen,build):
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
$(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \
&& $(MAKE) \
- $(if $(filter YESYES,$(SYSTEM_HYPH)$(WITH_MYSPELL_DICTS)),hyph_en_US.dic) \
)
# vim: set noet sw=4 ts=4: