commit | 3db75d9c11d37cc1d28bebd91b19f4e548b68155 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sat May 23 21:42:36 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jul 17 21:17:23 2009 +0200 |
tree | 4606ace6c7aa4a8cbcb7cbd5d69b0e4b79a85c37 | |
parent | bfadb17f69c256196620c32164775f063a59c34f [diff] |
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>