Kaydet (Commit) ccf4f1d8 authored tarafından Michael Stahl's avatar Michael Stahl

hyphen: stop building hyph_en_US.dic too

Change-Id: I05929be5dbc41ba6889bd593ad0ce0061367ea37
üst d1f46c8a
...@@ -22,7 +22,6 @@ $(call gb_ExternalProject_get_state_target,hyphen,build): ...@@ -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 YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
$(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \ $(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \
&& $(MAKE) \ && $(MAKE) \
$(if $(filter YESYES,$(SYSTEM_HYPH)$(WITH_MYSPELL_DICTS)),hyph_en_US.dic) \
) )
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -9,23 +9,26 @@ ...@@ -9,23 +9,26 @@
$(eval $(call gb_Module_Module,hyphen)) $(eval $(call gb_Module_Module,hyphen))
ifneq ($(or $(filter NO,$(SYSTEM_HYPH)),$(filter TRUE,$(WITH_MYSPELL_DICTS))),) ifeq ($(SYSTEM_HYPH),NO)
$(eval $(call gb_Module_add_targets,hyphen,\ $(eval $(call gb_Module_add_targets,hyphen,\
UnpackedTarball_hyphen \ UnpackedTarball_hyphen \
)) ))
ifeq ($(COM),MSC) ifeq ($(COM),MSC)
ifeq ($(SYSTEM_HYPH),NO)
$(eval $(call gb_Module_add_targets,hyphen,\ $(eval $(call gb_Module_add_targets,hyphen,\
StaticLibrary_hyphen \ StaticLibrary_hyphen \
)) ))
endif
else else
$(eval $(call gb_Module_add_targets,hyphen,\ $(eval $(call gb_Module_add_targets,hyphen,\
ExternalProject_hyphen \ ExternalProject_hyphen \
)) ))
endif
endif endif # $(COM)
endif # $(SYSTEM_HYPH)
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment