summaryrefslogtreecommitdiff
path: root/writerfilter/CppunitTest_writerfilter_rtftok.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 13:56:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 13:57:05 +0100
commit5c40862ac9221da2396af5f16e1319d94b853e12 (patch)
tree0556aff3e39426a625cfe1ec3f834262e1b166ee /writerfilter/CppunitTest_writerfilter_rtftok.mk
parent9093cbb4768f956321a5801c48bc105c08fcf11d (diff)
add another dependency
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 9a2c0cfb9b0e..de88dc695077 100644
--- a/writerfilter/CppunitTest_writerfilter_rtftok.mk
+++ b/writerfilter/CppunitTest_writerfilter_rtftok.mk
@@ -77,8 +77,8 @@ $(eval $(call gb_RdbTarget_add_old_components,writerfilter_rtftok,\
ucpfile1 \
))
-# we need to explicitly depend on library rtftok because it is not implied
+# we need to explicitly depend on library rtftok and 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_CppunitTest_get_target,writerfilter_rtftok) : $(call gb_Library_get_target,rtftok) $(call gb_Library_get_target,writerfilter)
# vim: set noet sw=4 ts=4: