summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbbdbfc)
raw | patch | inline | side by side (parent: fbbdbfc)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Nov 2007 00:41:56 +0000 (16:41 -0800) | ||
committer | Junio 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 | patch | blob | history |
diff --git a/Makefile b/Makefile
index e70e3209d9335cc5c074e8657ea0971033dea213..2331e45adfb09c7327d5868f536bc5d413d8af95 100644 (file)
--- a/Makefile
+++ b/Makefile
$(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)