No parallel make in ocaml/ directory (RHBZ#502309).
authorRichard Jones <rjones@trick.home.annexia.org>
Tue, 2 Jun 2009 14:50:50 +0000 (15:50 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Tue, 2 Jun 2009 14:50:50 +0000 (15:50 +0100)
ocaml/Makefile.am

index 739e542..cb4ad34 100644 (file)
@@ -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: