ftmemsim-valgrind/Makefile.all.am
Julian Seward 4d17b3129c Kludge which stops biarch builds going to hell at make -j 2 or above.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5091
2005-11-11 18:35:32 +00:00

14 lines
381 B
Makefile

## This file should be included by *every* Makefile.am, except those for docs/
## and tests/ subdirectories.
valdir = $(libdir)/valgrind
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: