summaryrefslogtreecommitdiff
path: root/GNUmakefile.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-18 21:43:56 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-18 21:45:18 +0200
commit115ee43e8fa0df63d46558a63573e1449ed1f8bf (patch)
tree67e3aa3ea8a1b715c29baaeb331b3f9ac5557e03 /GNUmakefile.mk
parent45fe3fbfa0dfc07dabe03a25d69b0c59ba5a49ff (diff)
rename Module_ooo.mk to RepositoryModule_ooo.mk (part two)
* also change GNUMakefile.mk to find the RepositoryModule_*.mk, instead of Module_*.mk * subsequenttests was broken by the introduction of tail_build, because there where two Module_*.mk in root * addendum to commit 99079f03d95d525e7e95a56569c37094618fb2ca
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 018b21e3f1ac..8299e786a6c2 100644
--- a/GNUmakefile.mk
+++ b/GNUmakefile.mk
@@ -32,6 +32,6 @@ endif
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
-$(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/Module_*.mk))))
+$(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/RepositoryModule_*.mk))))
# vim: set noet sw=4 ts=4: