build: don't build in parallel libvpx

This fixes the distcheck -j XX target.
This commit is contained in:
Víctor Manuel Jáquez Leal 2015-06-04 18:29:15 +02:00
parent 2a2ecbe865
commit d0a1636fa8

View 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: