summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_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 /sw/CppunitTest_sw_filters_test.mk
parent62640a8436c837db6d1f63d98585b9929c36682d (diff)
move dependency on localedata_en to i18npool
Diffstat (limited to 'sw/CppunitTest_sw_filters_test.mk')
-rw-r--r--sw/CppunitTest_sw_filters_test.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index a858d3ed69d1..6a91e04c44c2 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -95,9 +95,4 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
$(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
-# we need to explicitly depend on library localedata_en because it is not implied
-# by a link relation
-$(call gb_CppunitTest_get_target,sw_filters_test) : \
- $(call gb_Library_get_target,localedata_en) \
-
# vim: set noet sw=4 ts=4: