From: Andreas Schwab Date: Sat, 22 May 2010 11:26:01 +0000 (+0200) Subject: Regenerate configure X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~205^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9641610c57dadb0c52518f15897910434936d4f;p=emacs.git Regenerate configure --- diff --git a/configure b/configure index 1050b17e873..9e3c0fff5fd 100755 --- a/configure +++ b/configure @@ -9561,7 +9561,10 @@ $as_echo "$ac_enable_autodepend" >&6; } fi if test $ac_enable_autodepend = yes; then DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d' - MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR}' + ## In parallel builds, another make might create depdir between + ## the first test and mkdir, so stick another test on the end. + ## Or use mkinstalldirs? mkdir -p is not portable. + MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}' deps_frag=autodeps.mk fi fi