Kludge which stops biarch builds going to hell at make -j 2 or above.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5091 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.all.am b/Makefile.all.am
index d1b45fc..390e109 100644
--- a/Makefile.all.am
+++ b/Makefile.all.am
@@ -6,3 +6,8 @@
 inplacedir = $(top_builddir)/.in_place
 
 
+# The kludge that passes for vex's build system can't handle parallel
+# builds.  So, for the time being, serialise all Valgrind building.
+# (this is equivalent to enforcing "make -j 1".
+.NOTPARALLEL:
+