Makefile: drop CHECK_HEADER_DEPENDENCIES code
commit14821f88224b7e6641070fb4971674971886f1ed
authorJeff King <peff@peff.net>
Fri, 22 Aug 2014 04:33:16 +0000 (22 00:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Aug 2014 19:56:31 +0000 (26 12:56 -0700)
tree1469e31d73c12f15c0a0dfc5b94d8a79fdbfdabd
parentd85b0dff7297fb43a57a0c1e697417bb7723247c
Makefile: drop CHECK_HEADER_DEPENDENCIES code

This code was useful when we kept a static list of header
files, and it was easy to forget to update it. Since the last
commit, we generate the list dynamically.

Technically this could still be used to find a dependency
that our dynamic check misses (e.g., a header file without a
".h" extension).  But that is reasonably unlikely to be
added, and even less likely to be noticed by this tool
(because it has to be run manually)., It is not worth
carrying around the cruft in the Makefile.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile