From: Jeremy Kerr Date: Mon, 28 Jul 2014 08:20:04 +0000 (+0800) Subject: autotools: Use non-recursive make X-Git-Tag: v1.0.0~131 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=c43847fe14e6b32cc58b8e8168f78e72ef94316d;hp=c43847fe14e6b32cc58b8e8168f78e72ef94316d;p=petitboot autotools: Use non-recursive make With the current testing infrastructure, we don't have a strictly hierarchical set of dependencies. This causes problems with a recursive make, and means we have to hack around some of the dependencies. This change generates a single, top-level makefile from all of the Makefile.am fragments. We still need the po/ directory as a separate SUBDIR, but all others can be converted to non-recursive. Signed-off-by: Jeremy Kerr ---