Use installed goaljobs package.
[goaljobs-goals.git] / Makefile
index c927bda..88284f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Comment out the next line if goaljobs is installed.  If it is not
 # installed, change the path to the location of the goaljobs build
 # directory.
-pkgdir = ../goaljobs
+#pkgdir = ../goaljobs
 
 ifeq ($(pkgdir),)
 goaljobs = goaljobs --package pcre,extlib
@@ -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: