From: Richard W.M. Jones Date: Sun, 10 Apr 2011 19:42:42 +0000 (+0100) Subject: resize: Don't build this directory in parallel. X-Git-Tag: 1.10.0~9 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=d600d53868237e0f2828a912d9672dbd480e315f resize: Don't build this directory in parallel. --- diff --git a/resize/Makefile.am b/resize/Makefile.am index 3740a4a..93c193e 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -98,3 +98,7 @@ include .depend endif endif + +# Parallel builds don't obey dependencies for some reason we +# don't understand. +.NOTPARALLEL: