summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_filters_test.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 14:45:43 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:10 +0200
commitcd2c512f9f6b6aa000fa48efb18033b3ebb3a264 (patch)
treea5866410802a9e7271686b189b0b13fe69d03b37 /sw/CppunitTest_sw_filters_test.mk
parent36e7740104e2049518cf826c38eceedac36c8b73 (diff)
clean up
Diffstat (limited to 'sw/CppunitTest_sw_filters_test.mk')
-rw-r--r--sw/CppunitTest_sw_filters_test.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index bf616828e458..ecfc8ce11c0b 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -92,10 +92,9 @@ $(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 msword because it is not implied
+# 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) \
- $(call gb_Library_get_target,msword) \
# vim: set noet sw=4 ts=4: