summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Mark Wooding <mdw@distorted.org.uk>2007-01-29 15:48:06 +0000
committerLibravatar Junio C Hamano <junkio@cox.net>2007-01-29 09:36:21 -0800
commitb4dfefe00f7035140b7a10e855a665c1347cacd6 (patch)
tree802a2556165658868dcb3f46b241602347093e11 /Makefile
parentgit-commit -s: no extra space when sign-offs appear at the end already. (diff)
downloadtgif-b4dfefe00f7035140b7a10e855a665c1347cacd6.tar.xz
Make fsck and fsck-objects be builtins.
The earlier change df391b192 to rename fsck-objects to fsck broke fsck-objects. This should fix it again. Signed-off-by: Mark Wooding <mdw@distorted.org.uk> 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 1552b2a530..91bd665725 100644
--- a/Makefile
+++ b/Makefile
@@ -284,6 +284,7 @@ BUILTIN_OBJS = \
builtin-diff-tree.o \
builtin-fmt-merge-msg.o \
builtin-for-each-ref.o \
+ builtin-fsck.o \
builtin-grep.o \
builtin-init-db.o \
builtin-log.o \