Code

Makefile: add missing header file dependencies
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 18 Nov 2011 10:02:02 +0000 (04:02 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Nov 2011 18:45:33 +0000 (10:45 -0800)
commit487da9cdf4fc4e3735cede5a31c2ac7be18b50b2
tree1c450d0985222b24655ee885574314f476deee1b
parentd4d5ab4727edd1758157dd0b61c1ff3b7deabfcd
Makefile: add missing header file dependencies

When the streaming filter API was introduced in v1.7.7-rc0~60^2~7
(2011-05-20), we forgot to add its header to LIB_H.  Most translation
units depend on streaming.h via cache.h.

v1.7.5-rc0~48 (Fix sparse warnings, 2011-03-22) introduced undeclared
dependencies by url.o on url.h and thread-utils.o on thread-utils.h.

Noticed by make CHECK_HEADER_DEPENDENCIES=1.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile