summaryrefslogtreecommitdiff
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
commitae88263f23fcd39f568f4416e438ee2ea80cff6a (patch)
treedb8bede0697a13a86b095c6161ba0d5586c552be
parent5ae50874a26f023778d478bb3c1de1f61f24159c (diff)
add another dependency
-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 9a2c0cfb9..de88dc695 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: