diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-02 00:31:51 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-02 00:31:51 -0800 |
commit | 8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a (patch) | |
tree | d3f7a259c8cbd478e5def0136fa9bf81f6ec035a /Makefile | |
parent | 112f63851bae2ff6f04092a2eb4261d6e5990c65 (diff) | |
parent | eecc8367f4eaafc8449fc08c4e33f3f8ac474469 (diff) | |
download | git-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |