commit | 65947ab4c98b882e2ce68c1970e7e7cf208b40e7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Dec 02 14:57:29 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Dec 13 09:15:32 2013 -0500 |
tree | c9eb1f8fe3f9d5d998a879b341ee5f6c59ed3912 | |
parent | 6496d00fb80465b4b6c35a7af8631ce09a0ff5bd [diff] |
Makefile: Do not create empty autoconf.mk on error The build rules of - include/autoconf.mk.dep - include/autoconf.mk - include/spl-autoconf.mk - include/tpl-autoconf.mk were not nice. They created empty files (which are never updated) if an error occurs during preprocessing. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>