From: Denys Vlasenko Date: Fri, 25 Jun 2010 10:58:17 +0000 (+0200) Subject: build system: make gen_build_files.sh run before autoconf.h generation X-Git-Tag: 1_17_0~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e69c5e2429f78b695d2ee26bd0d3bbef17da4c07;p=oweals%2Fbusybox.git build system: make gen_build_files.sh run before autoconf.h generation Signed-off-by: Denys Vlasenko --- diff --git a/Makefile b/Makefile index 483842f06..87779d791 100644 --- a/Makefile +++ b/Makefile @@ -509,7 +509,7 @@ include $(srctree)/Makefile.flags # with it and forgot to run make oldconfig. # If kconfig.d is missing then we are probarly in a cleaned tree so # we execute the config step to be sure to catch updated Kconfig files -include/autoconf.h: .kconfig.d .config +include/autoconf.h: .kconfig.d .config gen_build_files $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig else