Makefile: add missing dependency on wt-status.h
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Nov 2007 00:41:56 +0000 (16:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Nov 2007 00:41:56 +0000 (16:41 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index e70e320..2331e45 100644 (file)
--- 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)