summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-04-20 00:36:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-20 00:38:40 (GMT)
commit66996ecc28f001d3dcc73090717bb8c6e47c0d75 (patch)
treed1a4847442f3ce9baadd3e27f23f3a395b072e31 /Makefile
parentea10b60c910e4a23483f47f17becc5e58f07ebe9 (diff)
parent1f9b620fdbf27835f54b11008d64c4014b8f4c32 (diff)
downloadgit-66996ecc28f001d3dcc73090717bb8c6e47c0d75.zip
git-66996ecc28f001d3dcc73090717bb8c6e47c0d75.tar.gz
git-66996ecc28f001d3dcc73090717bb8c6e47c0d75.tar.bz2
Sync with 1.6.2.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57f9f26..6e0838b 100644
--- a/Makefile
+++ b/Makefile
@@ -319,7 +319,6 @@ EXTRA_PROGRAMS =
# ... and all the rest that could be moved out of bindir to gitexecdir
PROGRAMS += $(EXTRA_PROGRAMS)
PROGRAMS += git-fast-import$X
-PROGRAMS += git-fetch-pack$X
PROGRAMS += git-hash-object$X
PROGRAMS += git-index-pack$X
PROGRAMS += git-merge-index$X
@@ -328,7 +327,6 @@ PROGRAMS += git-mktag$X
PROGRAMS += git-mktree$X
PROGRAMS += git-pack-redundant$X
PROGRAMS += git-patch-id$X
-PROGRAMS += git-send-pack$X
PROGRAMS += git-shell$X
PROGRAMS += git-show-index$X
PROGRAMS += git-unpack-file$X