Remove the "make depend" message
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Feb 2016 15:12:24 +0000 (16:12 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Feb 2016 15:47:36 +0000 (16:47 +0100)
It's not necessary for a pristine source, and a developer that makes
changes usually knows what to do.

Also, there was this mechanism that would do a "make depend"
automatically which hasn't been used for so many years.  Removed as
well.

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

No differences found