diff options
Diffstat (limited to 'i18npool/Library_i18npool.mk')
-rw-r--r-- | i18npool/Library_i18npool.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 3c60ace8bf5a..f694be0f588e 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -147,13 +147,4 @@ $(eval $(call gb_Library_add_generated_cobjects,i18npool,\ $(if $(filter GCC,$(COM)),-Wno-unused-macros) \ )) -# 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) \ - # vim: set noet sw=4 ts=4: |