summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filters_test.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-11 16:24:35 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-12 20:53:14 +0200
commit5dce272584cc79da727bdd4887d60cec04cbce11 (patch)
treeb7b63d5565de229102420e9028422d55a791aa2f /sc/CppunitTest_sc_filters_test.mk
parent62640a8436c837db6d1f63d98585b9929c36682d (diff)
move dependency on localedata_en to i18npool
Diffstat (limited to 'sc/CppunitTest_sc_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_filters_test.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index e186aac24209..df24d1585e69 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -123,11 +123,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_filters_test))
# we need to
-# a) explicitly depend on library localedata_en because it is not implied by a link
-# relation
-# b) explicitly depend on the sc resource files needed at unit-test runtime
+# - explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_filters_test) : \
$(WORKDIR)/AllLangRes/sc \
- $(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4: