From d600d53868237e0f2828a912d9672dbd480e315f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 10 Apr 2011 20:42:42 +0100 Subject: resize: Don't build this directory in parallel. --- resize/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resize/Makefile.am b/resize/Makefile.am index 3740a4a9..93c193ef 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: -- cgit