* [PATCH] Add a missing dependency on http.h
@ 2008-01-26 12:19 Mike Hommey
0 siblings, 0 replies; only message in thread
From: Mike Hommey @ 2008-01-26 12:19 UTC (permalink / raw)
To: git; +Cc: gitster
Signed-off-by: Mike Hommey <mh@glandium.org>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 82e9cd6..e960043 100644
--- a/Makefile
+++ b/Makefile
@@ -926,7 +926,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,$^) \
--
1.5.4.rc3.31.g3ddfb-dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-26 12:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 12:19 [PATCH] Add a missing dependency on http.h Mike Hommey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).