From 76711b7e918f6dc504d3b5e11c6cac5ee11cc34f Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 2 Jun 2009 15:50:50 +0100 Subject: [PATCH] No parallel make in ocaml/ directory (RHBZ#502309). --- ocaml/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 1.8.3.1