X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2FMakefile.am;h=cb4ad347c3e054c7742f492ce7a2aea59aa7887e;hp=739e542df9d7ccd9f95355581ff4e74f035a2aad;hb=f68b3ac861ae607a333211c775dded82ae2b2c4a;hpb=babc0846cc911b01a58a7385d30ad25889b7175a 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: