fix: missing autoconfig.mk from general Makefile
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 23 May 2009 19:42:36 +0000 (21:42 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 17 Jul 2009 19:17:23 +0000 (21:17 +0200)
commit3db75d9c11d37cc1d28bebd91b19f4e548b68155
tree4606ace6c7aa4a8cbcb7cbd5d69b0e4b79a85c37
parentbfadb17f69c256196620c32164775f063a59c34f
fix: missing autoconfig.mk from general Makefile

At the first run of make we generate the autoconf.mk and
autoconf.mk.dep if not already the case and we currently include only
to .dep

In order to use these autogenerated values we need to include it also
even if it's included in config.mk but it's done before their
generation

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile