summaryrefslogtreecommitdiff
path: root/GNUmakefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile.mk')
-rw-r--r--GNUmakefile.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/GNUmakefile.mk b/GNUmakefile.mk
index 51b2f03b2bb1..95fe9e558fe2 100644
--- a/GNUmakefile.mk
+++ b/GNUmakefile.mk
@@ -30,12 +30,8 @@ $(error No environment set!)
endif
GBUILDDIR := $(SOLARENV)/gbuild
-include $(dir $(lastword $(MAKEFILE_LIST)))/SourcePath.mk
include $(GBUILDDIR)/gbuild.mk
-$(eval $(call gb_Module_make_global_targets,$(shell ls $(SRCDIR)/Module_*.mk)))
-
-
-include $(foreach repo,$(filter-out $(SRCDIR),$(gb_REPOS)),$(repo)/$(notdir $(firstword $(MAKEFILE_LIST))))
+$(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(shell ls $(repo)/Module_*.mk))))
# vim: set noet sw=4 ts=4: