summaryrefslogtreecommitdiff
path: root/i18npool/Library_i18npool.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-24 17:40:07 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-24 23:24:52 +0200
commitf8fd2e6a3b21ec3899a74d7400cafaba4e83ff6c (patch)
treea99e2c766e7ac21e09e7ca08c450e71b5986dfd7 /i18npool/Library_i18npool.mk
parent9ec8d331dc593c14beff4fc3939a71bf4825cfcc (diff)
better dependency working also for libmerged
Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd
Diffstat (limited to 'i18npool/Library_i18npool.mk')
-rw-r--r--i18npool/Library_i18npool.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk
index 6d3eeadc2f7a..bdd0fd66087a 100644
--- a/i18npool/Library_i18npool.mk
+++ b/i18npool/Library_i18npool.mk
@@ -159,10 +159,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_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) \
+$(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)) \
# vim: set noet sw=4 ts=4: