build: don't build in parallel libvpx
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 4 Jun 2015 16:29:15 +0000 (18:29 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 4 Jun 2015 17:14:01 +0000 (19:14 +0200)
This fixes the distcheck -j XX target.

ext/libvpx/Makefile.am

index d54c298..42db549 100644 (file)
@@ -149,3 +149,7 @@ dist-hook:
        done
 
 -include $(top_srcdir)/git.mk
+
+# Tell version 3.79 and up of GNU make to not build goals in this
+# directory in parallel.
+.NOTPARALLEL: