From: Mike Hommey Date: Sat, 26 Jan 2008 12:19:02 +0000 (+0100) Subject: Add a missing dependency on http.h X-Git-Tag: v1.5.4-rc5~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=923e3ec84a4e792ca277aac08e52ec2f9b47a8eb;p=git.git Add a missing dependency on http.h Signed-off-by: Mike Hommey Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index dd12b6a12..92341c4bb 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,$^) \