]> granicus.if.org Git - openssl/commit
Make it possible to build even if dependency files can't be generated
authorRichard Levitte <levitte@openssl.org>
Thu, 25 Feb 2016 13:36:30 +0000 (14:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 25 Feb 2016 13:48:52 +0000 (14:48 +0100)
commit28a55a873d5a689912fb1c8cc5fdd2743fdbcdb8
tree3f7e34751fd6d84904960515114d598fff773181
parent5ca17d8c5c18141686e909e70bda7e8ef480ee40
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: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl