From d0a1636fa8b9828913c45199a6d437a5fd8bc334 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 4 Jun 2015 18:29:15 +0200 Subject: [PATCH] build: don't build in parallel libvpx This fixes the distcheck -j XX target. --- ext/libvpx/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/libvpx/Makefile.am b/ext/libvpx/Makefile.am index d54c298..42db549 100644 --- a/ext/libvpx/Makefile.am +++ b/ext/libvpx/Makefile.am @@ -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: -- 2.7.4