aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-25 12:58:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-25 12:58:17 +0200
commite69c5e2429f78b695d2ee26bd0d3bbef17da4c07 (patch)
treef675c832a3dc7debf901f13c8969f367a4b82436 /Makefile
parent41ddd9f60604cd994eeb37eb5708e9d3d5c8484b (diff)
downloadbusybox-w32-e69c5e2429f78b695d2ee26bd0d3bbef17da4c07.tar.gz
busybox-w32-e69c5e2429f78b695d2ee26bd0d3bbef17da4c07.tar.bz2
busybox-w32-e69c5e2429f78b695d2ee26bd0d3bbef17da4c07.zip
build system: make gen_build_files.sh run before autoconf.h generation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 483842f06..87779d791 100644
--- a/Makefile
+++ b/Makefile
@@ -509,7 +509,7 @@ include $(srctree)/Makefile.flags
509# with it and forgot to run make oldconfig. 509# with it and forgot to run make oldconfig.
510# If kconfig.d is missing then we are probarly in a cleaned tree so 510# If kconfig.d is missing then we are probarly in a cleaned tree so
511# we execute the config step to be sure to catch updated Kconfig files 511# we execute the config step to be sure to catch updated Kconfig files
512include/autoconf.h: .kconfig.d .config 512include/autoconf.h: .kconfig.d .config gen_build_files
513 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig 513 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
514 514
515else 515else