From 6e6b3f3f1d001fc8cad16039585878b6d27c26a4 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 29 Nov 2012 12:48:39 +0100 Subject: rebuild modules.mk when rerunning autogen --- Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >> $@ -- cgit v1.2.3