summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2009-06-29 19:42:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-30 18:17:54 (GMT)
commitfe104986c65b7c9a3c6e6ee92256be4d664e14b2 (patch)
treeab9af6a691cf34caaa7f70a73e5e176475409b61 /Makefile
parent1c3acfcd575cdd1bfc9981baf5782eb5cf433362 (diff)
downloadgit-fe104986c65b7c9a3c6e6ee92256be4d664e14b2.zip
git-fe104986c65b7c9a3c6e6ee92256be4d664e14b2.tar.gz
git-fe104986c65b7c9a3c6e6ee92256be4d664e14b2.tar.bz2
Makefile: git.o depends on library headers
This dependency was not yet specified anywhere else. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d21b4eb..c6b81d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1385,7 +1385,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)