Makefile: do not link three copies of git-remote-* programs
commit611c7f6a373fc6e7140f81bf9c26bde9f78390d4
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2009 05:08:09 +0000 (6 22:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2009 18:55:52 +0000 (7 11:55 -0700)
tree67ababee16e91e7ed9e3765c98c04b69521db5dc
parent17fd9f571f5596b0e69e143bf6d72a19c780dd25
Makefile: do not link three copies of git-remote-* programs

Instead, link only one and make the rest hardlinks/copies, like we do for
the built-ins.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile