summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 52a4bcc8f240..99a8df5524fa 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,4 +34,6 @@ include $(GBUILDDIR)/gbuild.mk
$(eval $(call gb_Module_make_global_targets,ooo))
+include $(foreach repo,$(filter-out $(SRCDIR),$(gb_REPOS)),$(repo)/$(notdir $(firstword $(MAKEFILE_LIST))))
+
# vim: set noet sw=4 ts=4: