From 1d72d439405fdf4b51eb9e22c5c7a469695ae29c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 25 Jun 2010 13:30:59 +0200 Subject: gen_build_files.sh is an order prerequisite only for autoconf.h Signed-off-by: Denys Vlasenko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87779d7..5905121 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 gen_build_files +include/autoconf.h: .kconfig.d .config | gen_build_files $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig else -- cgit v1.1