diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-19 17:36:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-19 17:38:40 -0700 |
commit | 66996ecc28f001d3dcc73090717bb8c6e47c0d75 (patch) | |
tree | d1a4847442f3ce9baadd3e27f23f3a395b072e31 /Makefile | |
parent | ea10b60c910e4a23483f47f17becc5e58f07ebe9 (diff) | |
parent | 1f9b620fdbf27835f54b11008d64c4014b8f4c32 (diff) | |
download | git-66996ecc28f001d3dcc73090717bb8c6e47c0d75.tar.gz git-66996ecc28f001d3dcc73090717bb8c6e47c0d75.tar.xz |
Sync with 1.6.2.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |