util/postprocess-makedepend.pl: make an effort to collect dependencies
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 12:24:12 +0000 (13:24 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2018 14:21:52 +0000 (15:21 +0100)
commit23be743286c0f0a160de33365ef34af39427eac9
tree8bdb4a65e3e3e5cf7ccf7b3cecff32b115b00295
parent27c4490521261f7f53f494140d8a2b2a239306ef
util/postprocess-makedepend.pl: make an effort to collect dependencies

Instead of just working line by line, we collect all dependencies for
every target and print everything out at the end, with each target
getting a potentially long list of dependencies.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5591)
util/postprocess-makedepend.pl