Skip to content

Commit e4117b1

Browse files
jrngitster
authored andcommitted
Makefile: transport-helper uses thread-utils.h
transport-helper.o gained a dependency on thread-utils.h in 7851b1e (remote-fd/ext: finishing touches after code review, 2010-11-17). Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2f76a26 commit e4117b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,13 +1937,12 @@ builtin/branch.o builtin/checkout.o builtin/clone.o builtin/reset.o branch.o tra
19371937
builtin/bundle.o bundle.o transport.o: bundle.h
19381938
builtin/bisect--helper.o builtin/rev-list.o bisect.o: bisect.h
19391939
builtin/clone.o builtin/fetch-pack.o transport.o: fetch-pack.h
1940-
builtin/grep.o: thread-utils.h
1940+
builtin/grep.o builtin/pack-objects.o transport-helper.o: thread-utils.h
19411941
builtin/send-pack.o transport.o: send-pack.h
19421942
builtin/log.o builtin/shortlog.o: shortlog.h
19431943
builtin/prune.o builtin/reflog.o reachable.o: reachable.h
19441944
builtin/commit.o builtin/revert.o wt-status.o: wt-status.h
19451945
builtin/tar-tree.o archive-tar.o: tar.h
1946-
builtin/pack-objects.o: thread-utils.h
19471946
connect.o transport.o http-backend.o: url.h
19481947
http-fetch.o http-walker.o remote-curl.o transport.o walker.o: walker.h
19491948
http.o http-walker.o http-push.o http-fetch.o remote-curl.o: http.h

0 commit comments

Comments
 (0)