summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parent36e7740104e2049518cf826c38eceedac36c8b73 (diff)
clean up
Diffstat (limited to 'sd')
-rw-r--r--sd/CppunitTest_sd_filters_test.mk4
-rw-r--r--sd/CppunitTest_sd_regression_test.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk
index 9af86e0a1079..afecc5ac00c5 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -110,8 +110,4 @@ $(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sd_filters_test))
-# we need to explicitly depend on library sdfilt because it is not implied
-# by a link relation
-$(call gb_CppunitTest_get_target,sd_filters_test) : $(call gb_Library_get_target,sdfilt)
-
# vim: set noet sw=4 ts=4:
diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk
index b8d157ab43db..1ba820191691 100644
--- a/sd/CppunitTest_sd_regression_test.mk
+++ b/sd/CppunitTest_sd_regression_test.mk
@@ -128,8 +128,4 @@ $(eval $(call gb_CppunitTest_add_arguments,sd_regression_test,\
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
))
-# we need to explicitly depend on library sdfilt because it is not implied
-# by a link relation
-$(call gb_CppunitTest_get_target,sd_regression_test) : $(call gb_Library_get_target,sdfilt)
-
# vim: set noet sw=4 ts=4: