appveyor.yml: omit makedepend step.
authorAndy Polyakov <appro@openssl.org>
Fri, 23 Feb 2018 16:24:41 +0000 (17:24 +0100)
committerAndy Polyakov <appro@openssl.org>
Sat, 24 Feb 2018 13:17:24 +0000 (14:17 +0100)
commit441bcafd865947474741a71fea49fc5d078b6532
tree1caf878aa41339e2282088103e9e80565303cac7
parent6afed267db47a8aa604a3a9e78ac72efa02363df
appveyor.yml: omit makedepend step.

makedepend makes lesser sense in a throw-away build like CI, but
it spares some computational time, because with MSVC it takes
separate per-file compiler invocation.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5452)
appveyor.yml