summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-08 21:25:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-09 19:12:22 (GMT)
commit5fedde3cb35df40622cb93f2aadd847d77e5a089 (patch)
treec4aa4b3356c55a624e470d4b05be9e50c59ab53f
parentb1c7946d0cdffb96e4db3b4888399903665e2506 (diff)
downloadgit-5fedde3cb35df40622cb93f2aadd847d77e5a089.zip
git-5fedde3cb35df40622cb93f2aadd847d77e5a089.tar.gz
git-5fedde3cb35df40622cb93f2aadd847d77e5a089.tar.bz2
Makefile: add missing dependencies on url.h
v1.7.2-rc0~56^2 and its parent (decode file:// and ssh:// URLs, 2010-05-23) introduced a new url library. Update the Makefile with the relevant dependencies. Detected with "make CHECK_HEADER_DEPENDENCIES=1". Cc: Jeff King <peff@peff.net> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f33648d..9a233b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1854,6 +1854,7 @@ 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 remote-curl.o: http.h