summaryrefslogtreecommitdiff
path: root/GNUmakefile.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-21 17:25:07 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-21 21:28:49 +0200
commita260c792f437f62c96289ac314faa0c6c4e128ae (patch)
tree30cbd6fee4db4a325c07bd078fb41077618d7e7f /GNUmakefile.mk
parent356536956bb7d6958b942259cf231b25fa89b7cd (diff)
kill multi repo support: BuildDirs and gbuild.mk, GNUmakefile.mk
Diffstat (limited to 'GNUmakefile.mk')
-rw-r--r--GNUmakefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.mk b/GNUmakefile.mk
index e25b46e61189..1810a2ec8b66 100644
--- a/GNUmakefile.mk
+++ b/GNUmakefile.mk
@@ -33,6 +33,6 @@ endif
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
-$(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/RepositoryModule_*.mk))))
+$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))
# vim: set noet sw=4 ts=4: