From 5dce272584cc79da727bdd4887d60cec04cbce11 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 11 Apr 2012 16:24:35 +0200 Subject: move dependency on localedata_en to i18npool --- sc/CppunitTest_sc_chart_regression_test.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/CppunitTest_sc_chart_regression_test.mk') diff --git a/sc/CppunitTest_sc_chart_regression_test.mk b/sc/CppunitTest_sc_chart_regression_test.mk index 2c28e5a0c189..603c2d9957cc 100644 --- a/sc/CppunitTest_sc_chart_regression_test.mk +++ b/sc/CppunitTest_sc_chart_regression_test.mk @@ -135,11 +135,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_chart_regression_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_chart_regression_test) : \ $(WORKDIR)/AllLangRes/sc \ - $(call gb_Library_get_target,localedata_en) \ # vim: set noet sw=4 ts=4: -- cgit