diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-08 16:41:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-08 16:41:56 -0800 |
commit | d349a03e7401625a9bb92f403f36923472e498c6 (patch) | |
tree | ca9f4ae908bc52e82dd535592cf52b9417d73996 | |
parent | fbbdbfc3ccff209136c9f94fed8321e5d3d0ca85 (diff) | |
download | git-d349a03e7401625a9bb92f403f36923472e498c6.tar.gz git-d349a03e7401625a9bb92f403f36923472e498c6.tar.xz |
Makefile: add missing dependency on wt-status.h
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |