summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
Diffstat (limited to 'formula')
-rw-r--r--formula/Library_for.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk
index 832d7cd96d5e..d2a6671d3b20 100644
--- a/formula/Library_for.mk
+++ b/formula/Library_for.mk
@@ -48,7 +48,6 @@ $(eval $(call gb_Library_add_exception_objects,for,\
))
# Runtime dependency for unit-tests
-$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,for)) :| \
- $(call gb_AllLangResTarget_get_target,for)
+$(eval $(call gb_Library_use_restarget,for,for))
# vim: set noet sw=4 ts=4: