From 3f65d1bf02d2586a7043d08e96acc6be7ef723e2 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 25 Mar 2019 12:49:17 -0600 Subject: [PATCH] turning off parallel build in test/general --- tests/general/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index 27e3ad74850..9c88ca2dbca 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -3,6 +3,9 @@ # Ed Hartnett 3/25/19 +# Parallel builds don't currently work in this directory. +.NOTPARALLEL: + # Put together AM_CPPFLAGS and AM_LDFLAGS. include $(top_srcdir)/set_flags.am