diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-25 13:30:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-25 13:30:59 +0200 |
commit | 1d72d439405fdf4b51eb9e22c5c7a469695ae29c (patch) | |
tree | f8416838c07f4e332f0d90952a81f4fd266abc5f /Makefile | |
parent | e69c5e2429f78b695d2ee26bd0d3bbef17da4c07 (diff) | |
download | busybox-w32-1d72d439405fdf4b51eb9e22c5c7a469695ae29c.tar.gz busybox-w32-1d72d439405fdf4b51eb9e22c5c7a469695ae29c.tar.bz2 busybox-w32-1d72d439405fdf4b51eb9e22c5c7a469695ae29c.zip |
gen_build_files.sh is an order prerequisite only for autoconf.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
512 | include/autoconf.h: .kconfig.d .config gen_build_files | 512 | include/autoconf.h: .kconfig.d .config | gen_build_files |
513 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig | 513 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig |
514 | 514 | ||
515 | else | 515 | else |