diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-30 16:12:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-30 16:12:35 -0700 |
commit | 725cf7b45da1f983fa1cbb0757b0e8855e5ac2de (patch) | |
tree | 7ea146277466418c86f2feb141523e875d18e657 /Makefile | |
parent | 6167c136579f17066e985a8bf7d9c020878b9a3e (diff) | |
parent | d4c985653a580e78db94c549bdcd71669067b8a9 (diff) | |
download | git-725cf7b45da1f983fa1cbb0757b0e8855e5ac2de.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |