aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-14 22:08:25 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-14 22:08:25 -0800
commitfa4701601a62664a9246a211c5d26f238820737e (patch)
treeb1716cc95157bcdb4cc376a7edebb99e10ff33ec /Makefile
parent5b4617c7490921f3ea871231f71d6baa2288bf93 (diff)
downloadgit-fa4701601a62664a9246a211c5d26f238820737e.tar.gz
git-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 43d619749..b9fe40bd4 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)