diff options
author | 2007-03-02 00:31:51 -0800 | |
---|---|---|
committer | 2007-03-02 00:31:51 -0800 | |
commit | 8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a (patch) | |
tree | d3f7a259c8cbd478e5def0136fa9bf81f6ec035a /Makefile | |
parent | Documentation/git-svn.txt: Fix formatting errors (diff) | |
parent | Another memory overrun in http-push.c (diff) | |
download | tgif-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.tar.xz |
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 |