diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-12-10 13:48:25 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-10 12:57:59 -0800 |
commit | e4117b1fe8fa17f54ea30997255299ba5650f445 (patch) | |
tree | 18cfb225dc0e82617ab431993888aa551dd69dec /Makefile | |
parent | 2f76a26ee707ab72c043148b38dfffb7a63ae516 (diff) | |
download | git-e4117b1fe8fa17f54ea30997255299ba5650f445.tar.gz git-e4117b1fe8fa17f54ea30997255299ba5650f445.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1937,13 +1937,12 @@ 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/bisect--helper.o builtin/rev-list.o bisect.o: bisect.h builtin/clone.o builtin/fetch-pack.o transport.o: fetch-pack.h -builtin/grep.o: thread-utils.h +builtin/grep.o builtin/pack-objects.o transport-helper.o: thread-utils.h builtin/send-pack.o transport.o: send-pack.h builtin/log.o builtin/shortlog.o: shortlog.h builtin/prune.o builtin/reflog.o reachable.o: reachable.h builtin/commit.o builtin/revert.o wt-status.o: wt-status.h builtin/tar-tree.o archive-tar.o: tar.h -builtin/pack-objects.o: thread-utils.h connect.o transport.o http-backend.o: url.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 |