diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_i18npool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index c2738de13589..fd85033d8c5e 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -162,7 +162,7 @@ $(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,i18npool) : | \ $(call gb_Library_get_target,localedata_en) \ $(call gb_Library_get_target,localedata_es) \ $(call gb_Library_get_target,localedata_euro) \ |