summaryrefslogtreecommitdiff
path: root/writerfilter/CppunitTest_writerfilter_rtftok.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-18 14:24:45 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-18 14:32:59 +0300
commit1230e361804d4f24b1fd1613fef9494e6d61ea81 (patch)
tree9bd5296632d2d71ab27c91d8df17a9be895458ee /writerfilter/CppunitTest_writerfilter_rtftok.mk
parent3e6b90800d679f183c3601f33800d9f236f834a3 (diff)
Merge the libraries in writerfilter
Change-Id: If77543855fe34f70d248fe8a4644d293f693f190
Diffstat (limited to 'writerfilter/CppunitTest_writerfilter_rtftok.mk')
-rw-r--r--writerfilter/CppunitTest_writerfilter_rtftok.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/CppunitTest_writerfilter_rtftok.mk b/writerfilter/CppunitTest_writerfilter_rtftok.mk
index 830709156429..af0aa6a5e208 100644
--- a/writerfilter/CppunitTest_writerfilter_rtftok.mk
+++ b/writerfilter/CppunitTest_writerfilter_rtftok.mk
@@ -63,8 +63,8 @@ $(eval $(call gb_CppunitTest_use_components,writerfilter_rtftok,\
$(eval $(call gb_CppunitTest_use_configuration,writerfilter_rtftok))
-# we need to explicitly depend on library rtftok and writerfilter because it is not implied
+# we need to explicitly depend on library writerfilter because it is not implied
# by a link relation
-$(call gb_CppunitTest_get_target,writerfilter_rtftok) : $(call gb_Library_get_target,rtftok) $(call gb_Library_get_target,writerfilter)
+$(call gb_CppunitTest_get_target,writerfilter_rtftok) : $(call gb_Library_get_target,writerfilter)
# vim: set noet sw=4 ts=4: