Fix dependencies in perl so it doesn't always rebuild
[libguestfs.git] / 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: