From 5d46b27435464c603340179bc2dbad45358f2d14 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Fri, 14 Mar 2014 09:04:00 +0800 Subject: autotools: Don't require custom automake options We need a couple of automake options to prevent errors when regenerating Makefile.ins during source preparation. Some makefiles assume GNU make, so add 'foreign' where necessary. Also, we are building objects in subdirectories, so we need 'subdir-objects'. Modified to suit recent petitboot by Jeremy Kerr Signed-off-by: Jeff Bailey Signed-off-by: Jeremy Kerr --- test/parser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 283b284..f0eff9e 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -11,7 +11,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AUTOMAKE_OPTIONS = parallel-tests +AUTOMAKE_OPTIONS = parallel-tests foreign AM_CPPFLAGS = \ -I$(top_srcdir) \ -- cgit v1.1