summaryrefslogtreecommitdiff
path: root/dbaccess
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 /dbaccess
parent62640a8436c837db6d1f63d98585b9929c36682d (diff)
move dependency on localedata_en to i18npool
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/CppunitTest_dbaccess_macros_test.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk
index 2d48691301d5..0f6e9de26ec4 100644
--- a/dbaccess/CppunitTest_dbaccess_macros_test.mk
+++ b/dbaccess/CppunitTest_dbaccess_macros_test.mk
@@ -127,11 +127,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,dbaccess_macros_test,\
))
# we need to
-# a) explicitly depend on library msword 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 dbaccess resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,dbaccess_macros_test) : \
$(WORKDIR)/AllLangRes/dbaccess \
- $(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4: