Kaydet (Commit) 247f3789 authored tarafından David Tardon's avatar David Tardon

Revert "better dependency working also for libmerged"

It might work with libmerged, but it does not work otherwise.

This reverts commit f8fd2e6a.
üst c6a941b5
......@@ -137,10 +137,10 @@ $(eval $(call gb_Library_add_generated_cobjects,i18npool,\
# i18npool dlopens localedata_* libraries.
# This is runtime dependency to prevent tests
# to be run sooner then localedata_* exists.
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,i18npool)) :| \
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_en)) \
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_es)) \
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_euro)) \
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_others)) \
$(call gb_Library_get_target,i18npool) : | \
$(call gb_Library_get_target,localedata_en) \
$(call gb_Library_get_target,localedata_es) \
$(call gb_Library_get_target,localedata_euro) \
$(call gb_Library_get_target,localedata_others) \
# 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