From: Richard Jones Date: Tue, 2 Jun 2009 14:50:50 +0000 (+0100) Subject: No parallel make in ocaml/ directory (RHBZ#502309). X-Git-Tag: 1.0.39~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=76711b7e918f6dc504d3b5e11c6cac5ee11cc34f No parallel make in ocaml/ directory (RHBZ#502309). --- diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 739e542..cb4ad34 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -95,3 +95,7 @@ install-data-hook: CLEANFILES += $(noinst_DATA) endif + +# Tell version 3.79 and up of GNU make to not build goals in this +# directory in parallel. (Possible solution for RHBZ#502309). +.NOTPARALLEL: