author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 18 Nov 2011 10:02:02 +0000 (04:02 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 18 Nov 2011 18:45:33 +0000 (10:45 -0800) | ||
commit | 487da9cdf4fc4e3735cede5a31c2ac7be18b50b2 | |
tree | 1c450d0985222b24655ee885574314f476deee1b | tree | snapshot |
parent | d4d5ab4727edd1758157dd0b61c1ff3b7deabfcd | commit | diff |
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>
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 | diff | blob | history |