Configure: fix Mac OS X builds that still require makedepend
authorTodd Short <tshort@akamai.com>
Thu, 3 May 2018 15:17:49 +0000 (11:17 -0400)
committerAndy Polyakov <appro@openssl.org>
Sat, 5 May 2018 19:03:24 +0000 (21:03 +0200)
commit29627a364be80f8c30fe7824bc3642d43d7e2c0a
treea5ac198619f13a8dff9658f0bd75e901fc6c1e58
parent8748dccbbab088d9b5484769343121051db78ed9
Configure: fix Mac OS X builds that still require makedepend

Earlier Apple Xcode compilers, e.g. one targeting Mac OS X 10.7, don't
support dependency generation and one still has to use makedepend.  It's
unclear when it was fixed, but all clang-based Apple compilers seem to
support -M options.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6167)
Configure