summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-06-30 23:12:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-30 23:12:35 (GMT)
commit725cf7b45da1f983fa1cbb0757b0e8855e5ac2de (patch)
tree7ea146277466418c86f2feb141523e875d18e657 /Makefile
parent6167c136579f17066e985a8bf7d9c020878b9a3e (diff)
parentd4c985653a580e78db94c549bdcd71669067b8a9 (diff)
downloadgit-725cf7b45da1f983fa1cbb0757b0e8855e5ac2de.zip
git-725cf7b45da1f983fa1cbb0757b0e8855e5ac2de.tar.gz
git-725cf7b45da1f983fa1cbb0757b0e8855e5ac2de.tar.bz2
Merge branch 'maint'
* maint: attr: plug minor memory leak request-pull: really disable pager Makes some cleanup/review in gittutorial Makefile: git.o depends on library headers git-submodule documentation: fix foreach example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41ab8e9..cdc40d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1464,7 +1464,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
-$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
+$(patsubst git-%$X,%.o,$(PROGRAMS)) git.o: $(LIB_H) $(wildcard */*.h)
builtin-revert.o wt-status.o: wt-status.h
$(LIB_FILE): $(LIB_OBJS)