Merge error, wrong domd submitted.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Rich Salz 2016-01-29 11:36:21 -05:00
parent a450326ee0
commit 723acb1445

View file

@ -17,7 +17,7 @@ if [ -z "$MAKEDEPEND" ] ; then
MAKEDEPEND=makedepend
fi
if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null
if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null ; then
args=""
while [ $# -gt 0 ]; do
if [ "$1" != '--' ] ; then