diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-29 12:48:39 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-29 12:59:12 +0100 |
commit | 6e6b3f3f1d001fc8cad16039585878b6d27c26a4 (patch) | |
tree | 9fd0fc840f69c3d15056b47c95e314e223d35cbc /Makefile.top | |
parent | 5f45e7424bc548ac524f888896d966eac1363480 (diff) |
rebuild modules.mk when rerunning autogen
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index c479207749d3..96eab1cc3127 100644 --- a/Makefile.top +++ b/Makefile.top @@ -27,7 +27,7 @@ endif # This list tells which modules are gbuild ones. It does *not* tell which modules to build. That is directed # by the module being mentioned in packimages/prj/build.lst, etc, recursively. -$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) +$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(SRCDIR)/config_host.mk echo -n "gbuild_modules:=" > $@ for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@ echo >> $@ |