Regenerate configure
This commit is contained in:
parent
df9db1517e
commit
a9641610c5
1 changed files with 4 additions and 1 deletions
5
configure
vendored
5
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue