gen_build_files.sh is an order prerequisite only for autoconf.h

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-06-25 13:30:59 +02:00
parent e69c5e2429
commit 1d72d43940
2 changed files with 21 additions and 29 deletions

View File

@@ -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 gen_build_files
include/autoconf.h: .kconfig.d .config | gen_build_files
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
else