summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-25 10:58:17 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2010-06-25 10:58:17 (GMT)
commite69c5e2429f78b695d2ee26bd0d3bbef17da4c07 (patch)
treef675c832a3dc7debf901f13c8969f367a4b82436
parent41ddd9f60604cd994eeb37eb5708e9d3d5c8484b (diff)
downloadbusybox-e69c5e2429f78b695d2ee26bd0d3bbef17da4c07.zip
busybox-e69c5e2429f78b695d2ee26bd0d3bbef17da4c07.tar.gz
busybox-e69c5e2429f78b695d2ee26bd0d3bbef17da4c07.tar.bz2
build system: make gen_build_files.sh run before autoconf.h generation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 483842f..87779d7 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