]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
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 18:58:21 +0000 (20:58 +0200)
commit717f308e7624233e2ad18fba62558a421dfda83d
tree451db4872e65f0f19607663a32d4f1b1fd9d1550
parent41d6e0f36e43a2b6f555977147e05f0fdec87f56
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/6169)
Configure