X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=51c1fed7116b3816398f3ec4535f027beb71e933;hb=a8c40471ab0851bf9a58f7dc76f121258e0690e2;hp=1a51f84f53e3b658f397721b7ccd97fcc8cf370b;hpb=27ebd6e0443bdd795869f598ecebc9eadd64a26c;p=git.git diff --git a/Makefile b/Makefile index 1a51f84f5..51c1fed71 100644 --- a/Makefile +++ b/Makefile @@ -177,9 +177,9 @@ BASIC_LDFLAGS = SCRIPT_SH = \ git-bisect.sh git-checkout.sh \ git-clean.sh git-clone.sh git-commit.sh \ - git-fetch.sh git-gc.sh \ + git-fetch.sh \ git-ls-remote.sh \ - git-merge-one-file.sh git-parse-remote.sh \ + git-merge-one-file.sh git-mergetool.sh git-parse-remote.sh \ git-pull.sh git-rebase.sh \ git-repack.sh git-request-pull.sh git-reset.sh \ git-sh-setup.sh \ @@ -293,9 +293,11 @@ BUILTIN_OBJS = \ builtin-diff-files.o \ builtin-diff-index.o \ builtin-diff-tree.o \ + builtin-fetch--tool.o \ builtin-fmt-merge-msg.o \ builtin-for-each-ref.o \ builtin-fsck.o \ + builtin-gc.o \ builtin-grep.o \ builtin-init-db.o \ builtin-log.o \