]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Add a missing dependency on http.h
authorMike Hommey <mh@glandium.org>
Sat, 26 Jan 2008 12:19:02 +0000 (13:19 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Jan 2008 18:52:40 +0000 (10:52 -0800)
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index dd12b6a123a0ce109beeeedfb41f10d08f9a87f6..92341c4bbe3f65671271211c9cbac3d4ffdc3eef 100644 (file)
--- 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,$^) \