summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_regression_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_regression_test.mk')
-rw-r--r--sw/CppunitTest_sw_regression_test.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/CppunitTest_sw_regression_test.mk b/sw/CppunitTest_sw_regression_test.mk
index ca0f9a69dba3..4712e00e10b6 100644
--- a/sw/CppunitTest_sw_regression_test.mk
+++ b/sw/CppunitTest_sw_regression_test.mk
@@ -125,11 +125,4 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sw_regression_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_regression_test) : \
- $(call gb_Library_get_target,localedata_en) \
-
# vim: set noet sw=4 ts=4: