Remove the hard coded -DOPENSSL_NO_DEPRECATED from DEPFLAG
authorRichard Levitte <levitte@openssl.org>
Wed, 30 Sep 2015 13:44:53 +0000 (15:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 30 Sep 2015 18:22:23 +0000 (20:22 +0200)
commit721c2ac0f427da7ac3c96c8996c8d4b7aeaa9912
tree32d533e6331c2b0452fc8866fabb7307d640ebc0
parentc84f7f4a7405d69be4227d4766290b0950122b3c
Remove the hard coded -DOPENSSL_NO_DEPRECATED from DEPFLAG

Any time you configure with enable-deprecated, make depend would
scream bloody murder.  This change has it quiet down a bit.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.org