]> granicus.if.org Git - openssl/commit
Configure: fix Mac OS X builds that still require makedepend
authorTodd Short <tshort@akamai.com>
Mon, 23 Apr 2018 18:06:22 +0000 (14:06 -0400)
committerAndy Polyakov <appro@openssl.org>
Thu, 3 May 2018 20:26:39 +0000 (22:26 +0200)
commit1b3af972c0ea6435ce7ac897de9f7c0f138e05a7
tree842c4fdd8ee989547b7d10b349c6365bdb76f3ee
parentbd05644df71602f76db5335b8077ba4dbbb6b427
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: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6073)
Configure