summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-05-31 23:17:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-31 23:17:11 (GMT)
commit128b0c08cac16373b361726eebe72d5d5050b9c2 (patch)
tree3bd384377865104b28583059f349eec58a2e4f1d /Makefile
parent22cdab5b3f93dc21ab29ab3a46c4ec0f0c3f0869 (diff)
parent31c8221acb7c7acaea6ce2c680c2985581ce0066 (diff)
downloadgit-128b0c08cac16373b361726eebe72d5d5050b9c2.zip
git-128b0c08cac16373b361726eebe72d5d5050b9c2.tar.gz
git-128b0c08cac16373b361726eebe72d5d5050b9c2.tar.bz2
Merge branch 'jc/mktree'
* jc/mktree: mktree: validate entry type in input mktree --batch: build more than one tree object mktree --missing: updated usage message and man page mktree --missing: allow missing objects t1010: add mktree test mktree: do not barf on a submodule commit builtin-mktree.c: use a helper function to handle one line of input mktree: use parse-options build-in git-mktree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eaae45d..ab6f6e1 100644
--- a/Makefile
+++ b/Makefile
@@ -336,7 +336,6 @@ PROGRAMS += git-index-pack$X
PROGRAMS += git-merge-index$X
PROGRAMS += git-merge-tree$X
PROGRAMS += git-mktag$X
-PROGRAMS += git-mktree$X
PROGRAMS += git-pack-redundant$X
PROGRAMS += git-patch-id$X
PROGRAMS += git-shell$X
@@ -590,6 +589,7 @@ BUILTIN_OBJS += builtin-merge-base.o
BUILTIN_OBJS += builtin-merge-file.o
BUILTIN_OBJS += builtin-merge-ours.o
BUILTIN_OBJS += builtin-merge-recursive.o
+BUILTIN_OBJS += builtin-mktree.o
BUILTIN_OBJS += builtin-mv.o
BUILTIN_OBJS += builtin-name-rev.o
BUILTIN_OBJS += builtin-pack-objects.o