提交 3db75d9c 编写于 作者: J Jean-Christophe PLAGNIOL-VILLARD 提交者: Wolfgang Denk

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: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 bfadb17f
......@@ -483,6 +483,7 @@ $(obj)include/autoconf.mk: $(obj)include/config.h
mv $@.tmp $@
sinclude $(obj)include/autoconf.mk.dep
sinclude $(obj)include/autoconf.mk
#########################################################################
else # !config.mk
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册