aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-08 16:41:56 -0800
committerJunio C Hamano <gitster@pobox.com>2007-11-08 16:41:56 -0800
commitd349a03e7401625a9bb92f403f36923472e498c6 (patch)
treeca9f4ae908bc52e82dd535592cf52b9417d73996 /Makefile
parentfbbdbfc3ccff209136c9f94fed8321e5d3d0ca85 (diff)
downloadgit-d349a03e7401625a9bb92f403f36923472e498c6.tar.gz
git-d349a03e7401625a9bb92f403f36923472e498c6.tar.xz
Makefile: add missing dependency on wt-status.h
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e70e3209d..2331e45ad 100644
--- a/Makefile
+++ b/Makefile
@@ -894,6 +894,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(LIB_OBJS) $(BUILTIN_OBJS) fetch.o: $(LIB_H)
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
$(DIFF_OBJS): diffcore.h
+builtin-revert.o builtin-runstatus.o wt-status.o: wt-status.h
$(LIB_FILE): $(LIB_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)