Commit 28a55a87 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make it possible to build even if dependency files can't be generated



If the local system doesn't have GNU C or clang, and not even
makedepend, the build will stop because the call of 'makedepend'
fails.  This changes so the build won't stop because of such failure.
The result will be empty .d files, and that's ok.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5ca17d8c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment