summaryrefslogtreecommitdiff
path: root/formula/Library_for.mk
diff options
context:
space:
mode:
Diffstat (limited to 'formula/Library_for.mk')
-rw-r--r--formula/Library_for.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk
index dcac26d4a12b..297a6dc2ca3a 100644
--- a/formula/Library_for.mk
+++ b/formula/Library_for.mk
@@ -11,6 +11,7 @@ $(eval $(call gb_Library_Library,for))
$(eval $(call gb_Library_set_include,for,\
$$(INCLUDE) \
+ -I$(SRCDIR)/formula/inc \
-I$(SRCDIR)/formula/source/core/inc \
))
@@ -47,7 +48,4 @@ $(eval $(call gb_Library_add_exception_objects,for,\
formula/source/core/resource/core_resource \
))
-# Runtime dependency for unit-tests
-$(eval $(call gb_Library_use_restarget,for,for))
-
# vim: set noet sw=4 ts=4: