util/postprocess-makedepend.pl: For VC, don't include system headers
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 09:37:26 +0000 (10:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2018 14:21:52 +0000 (15:21 +0100)
commit27c4490521261f7f53f494140d8a2b2a239306ef
tree8a077b5cf8c9d459aba8d055aa7be541c15074f9
parentbbb9413b7e530aa25779b33b5ca7a5fd610e66f1
util/postprocess-makedepend.pl: For VC, don't include system headers

All dependencies that VC gives us are absolute paths, so we need to
check if some of them are within our source or build tree.  We do that
by comparing the start of each dependency with the absolute versions
of our source and build directories.

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