summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-02 08:31:51 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-02 08:31:51 (GMT)
commit8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a (patch)
treed3f7a259c8cbd478e5def0136fa9bf81f6ec035a /Makefile
parent112f63851bae2ff6f04092a2eb4261d6e5990c65 (diff)
parenteecc8367f4eaafc8449fc08c4e33f3f8ac474469 (diff)
downloadgit-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.zip
git-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.tar.gz
git-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.tar.bz2
Merge branch 'maint'
* maint: Another memory overrun in http-push.c fetch.o depends on the headers, too. Documentation: Correct minor typo in git-add documentation. Documentation/git-send-email.txt: Fix labeled list formatting Documentation/git-quiltimport.txt: Fix labeled list formatting Documentation/build-docdep.perl: Fix dependencies for included asciidoc files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23ab7d6..9a37b15 100644
--- a/Makefile
+++ b/Makefile
@@ -780,7 +780,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
-$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
+$(LIB_OBJS) $(BUILTIN_OBJS) fetch.o: $(LIB_H)
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
$(DIFF_OBJS): diffcore.h