OSDN Git Service

Makefile: Remove git-merge-base from PROGRAMS.
authorJohannes Sixt <johannes.sixt@telecom.at>
Mon, 4 Jun 2007 11:53:05 +0000 (13:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2007 20:19:16 +0000 (13:19 -0700)
git-merge-base is a builtin.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index cd3026d..0f75955 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -238,7 +238,6 @@ PROGRAMS = \
        git-convert-objects$X git-fetch-pack$X \
        git-hash-object$X git-index-pack$X git-local-fetch$X \
        git-fast-import$X \
-       git-merge-base$X \
        git-daemon$X \
        git-merge-index$X git-mktag$X git-mktree$X git-patch-id$X \
        git-peek-remote$X git-receive-pack$X \