X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=3d509c4728b9d618bbf4dcd9ea8d892c1978daeb;hb=7e46f7b6ac2227af9b10f176fae6386b7e8d6993;hp=c927bda926e1e0a62e4f4fb515a70ffa2d2cb4dc;hpb=3b6ea09e8d55a24dbf2816129f12e0093855a8b8;p=goaljobs-goals.git diff --git a/Makefile b/Makefile index c927bda..3d509c4 100644 --- a/Makefile +++ b/Makefile @@ -29,3 +29,6 @@ libguestfs_fedora: config.ml utils.ml git.ml fedora.ml libguestfs.ml libguestfs_ clean: rm -f $(programs) *.cmi *.cmx *.o *~ + +# Parallel building is broken in this Makefile. +.NOTPARALLEL: