summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2007-12-14 22:08:25 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-12-14 22:08:25 -0800
commitfa4701601a62664a9246a211c5d26f238820737e (patch)
treeb1716cc95157bcdb4cc376a7edebb99e10ff33ec /Makefile
parentRename git-browse-help helper to git-browse--help (diff)
downloadtgif-fa4701601a62664a9246a211c5d26f238820737e.tar.xz
Retire git-runstatus for real.
The command was removed from the builtin command list and there was no way to invoke it, but the code was still there. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43d6197495..b9fe40bd43 100644
--- a/Makefile
+++ b/Makefile
@@ -933,7 +933,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
-builtin-revert.o builtin-runstatus.o wt-status.o: wt-status.h
+builtin-revert.o wt-status.o: wt-status.h
$(LIB_FILE): $(LIB_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)