summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-06-04 11:53:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-06 20:19:16 (GMT)
commitf07dfbad29d473b35b5fecebf4baf77e32c7f97f (patch)
treef9cbef463bc4b5d081d21b71ca7f440af2f4c6b6 /Makefile
parent3a86f36bedab00446a5b9117981bce25120adfb1 (diff)
downloadgit-f07dfbad29d473b35b5fecebf4baf77e32c7f97f.zip
git-f07dfbad29d473b35b5fecebf4baf77e32c7f97f.tar.gz
git-f07dfbad29d473b35b5fecebf4baf77e32c7f97f.tar.bz2
Makefile: Remove git-merge-base from PROGRAMS.
git-merge-base is a builtin. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd3026d..0f75955 100644
--- 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 \