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>
This commit is contained in:
parent
d4d5ab4727
commit
487da9cdf4
5
Makefile
5
Makefile
@ -521,6 +521,7 @@ LIB_H += compat/win32/pthread.h
|
|||||||
LIB_H += compat/win32/syslog.h
|
LIB_H += compat/win32/syslog.h
|
||||||
LIB_H += compat/win32/sys/poll.h
|
LIB_H += compat/win32/sys/poll.h
|
||||||
LIB_H += compat/win32/dirent.h
|
LIB_H += compat/win32/dirent.h
|
||||||
|
LIB_H += convert.h
|
||||||
LIB_H += csum-file.h
|
LIB_H += csum-file.h
|
||||||
LIB_H += decorate.h
|
LIB_H += decorate.h
|
||||||
LIB_H += delta.h
|
LIB_H += delta.h
|
||||||
@ -1998,13 +1999,13 @@ builtin/branch.o builtin/checkout.o builtin/clone.o builtin/reset.o branch.o tra
|
|||||||
builtin/bundle.o bundle.o transport.o: bundle.h
|
builtin/bundle.o bundle.o transport.o: bundle.h
|
||||||
builtin/bisect--helper.o builtin/rev-list.o bisect.o: bisect.h
|
builtin/bisect--helper.o builtin/rev-list.o bisect.o: bisect.h
|
||||||
builtin/clone.o builtin/fetch-pack.o transport.o: fetch-pack.h
|
builtin/clone.o builtin/fetch-pack.o transport.o: fetch-pack.h
|
||||||
builtin/grep.o builtin/pack-objects.o transport-helper.o: thread-utils.h
|
builtin/grep.o builtin/pack-objects.o transport-helper.o thread-utils.o: thread-utils.h
|
||||||
builtin/send-pack.o transport.o: send-pack.h
|
builtin/send-pack.o transport.o: send-pack.h
|
||||||
builtin/log.o builtin/shortlog.o: shortlog.h
|
builtin/log.o builtin/shortlog.o: shortlog.h
|
||||||
builtin/prune.o builtin/reflog.o reachable.o: reachable.h
|
builtin/prune.o builtin/reflog.o reachable.o: reachable.h
|
||||||
builtin/commit.o builtin/revert.o wt-status.o: wt-status.h
|
builtin/commit.o builtin/revert.o wt-status.o: wt-status.h
|
||||||
builtin/tar-tree.o archive-tar.o: tar.h
|
builtin/tar-tree.o archive-tar.o: tar.h
|
||||||
connect.o transport.o http-backend.o: url.h
|
connect.o transport.o url.o http-backend.o: url.h
|
||||||
http-fetch.o http-walker.o remote-curl.o transport.o walker.o: walker.h
|
http-fetch.o http-walker.o remote-curl.o transport.o walker.o: walker.h
|
||||||
http.o http-walker.o http-push.o http-fetch.o remote-curl.o: http.h url.h
|
http.o http-walker.o http-push.o http-fetch.o remote-curl.o: http.h url.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user