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 e70e3209d9335cc5c074e8657ea0971033dea213..2331e45adfb09c7327d5868f536bc5d413d8af95 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)