summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-16 23:29:18 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-16 23:58:45 +0200
commit7175ceede15271299e44b33a8de5d7aa32a15e50 (patch)
tree681c69be37ea66ed0b83c86ca400154f1fed5902 /i18npool
parentb6076ec3c1b9c384d8229cd079c39f510a9f38f7 (diff)
i18npool: fix spurious re-deliver of i18npool.uno.so:
The target is always older, because it is delivered while preserving the timestamp of the source, but here order only dependency is enough.
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Library_i18npool.mk2
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) \