summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2008-01-26 13:19:02 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-26 19:52:40 +0100
commit923e3ec84a4e792ca277aac08e52ec2f9b47a8eb (patch)
tree981ddef8d260b8f2064ca8c258cd3e90f03f94a2 /Makefile
parentgit pull manpage: don't include -n from fetch-options.txt (diff)
downloadgit-923e3ec84a4e792ca277aac08e52ec2f9b47a8eb.tar.xz
git-923e3ec84a4e792ca277aac08e52ec2f9b47a8eb.zip
Add a missing dependency on http.h
Signed-off-by: Mike Hommey <mh@glandium.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd12b6a123..92341c4bbe 100644
--- a/Makefile
+++ b/Makefile
@@ -944,7 +944,7 @@ git-%$X: %.o $(GITLIBS)
git-imap-send$X: imap-send.o $(LIB_FILE)
-http.o http-walker.o http-push.o: http.h
+http.o http-walker.o http-push.o transport.o: http.h
git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \