summaryrefslogtreecommitdiffstats
path: root/sw/CppunitTest_sw_macros_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_macros_test.mk
parentGerman comment translation for odk folder (diff)
downloadcore-5dce272584cc79da727bdd4887d60cec04cbce11.tar.gz
core-5dce272584cc79da727bdd4887d60cec04cbce11.zip
move dependency on localedata_en to i18npool
Diffstat (limited to 'sw/CppunitTest_sw_macros_test.mk')
-rw-r--r--sw/CppunitTest_sw_macros_test.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk
index b1e537594c92..bd754e9db2e4 100644
--- a/sw/CppunitTest_sw_macros_test.mk
+++ b/sw/CppunitTest_sw_macros_test.mk
@@ -125,11 +125,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_macros_test,\
$(OUTDIR)/unittest/registry \
))
-# we need to
-# a) explicitly depend on library localedata_en because it is not implied by a link
-# relation
-# b) explicitly depend on the sw resource files needed at unit-test runtime
-$(call gb_CppunitTest_get_target,sw_macros_test) : \
- $(call gb_Library_get_target,localedata_en) \
-
# vim: set noet sw=4 ts=4: