Make git-branch a builtin
[gitweb.git] / Makefile
index e826247ccaa5ce2412f3cc10e2e46f7454ae8523..be8bf392a2f57b03882f3550da8ddb9b88af9353 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ BASIC_CFLAGS =
 BASIC_LDFLAGS =
 
 SCRIPT_SH = \
-       git-bisect.sh git-branch.sh git-checkout.sh \
+       git-bisect.sh git-checkout.sh \
        git-cherry.sh git-clean.sh git-clone.sh git-commit.sh \
        git-fetch.sh \
        git-ls-remote.sh \
@@ -267,6 +267,7 @@ BUILTIN_OBJS = \
        builtin-add.o \
        builtin-apply.o \
        builtin-archive.o \
+       builtin-branch.o \
        builtin-cat-file.o \
        builtin-checkout-index.o \
        builtin-check-ref-format.o \