aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2006-08-10 17:02:38 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-10 14:19:06 -0700
commit2e3ed670eb09feffe847af55db38da3dcecc2a88 (patch)
treee3244347449770525b023658864a531dbb43cd48 /Makefile
parent44e1d764d0d3123a614377e10655b4348cf57771 (diff)
downloadgit-2e3ed670eb09feffe847af55db38da3dcecc2a88.tar.gz
git-2e3ed670eb09feffe847af55db38da3dcecc2a88.tar.xz
git-verify-pack: make builtin
Convert git-verify-pack to a builtin command. Also rename ac to argc and av to argv for consistancy. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 733fa660d..a3ba585ce 100644
--- a/Makefile
+++ b/Makefile
@@ -275,6 +275,7 @@ BUILTIN_OBJS = \
builtin-update-index.o \
builtin-update-ref.o \
builtin-upload-tar.o \
+ builtin-verify-pack.o \
builtin-write-tree.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)