Makefile: keep "git" when bindir is execdir
commit6edd14968bf969a651d057ea7fb7757393d282bf
authorJunio C Hamano <gitster@pobox.com>
Sat, 11 Jul 2009 03:17:33 +0000 (10 20:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 Jul 2009 03:17:33 +0000 (10 20:17 -0700)
tree37175ae8b82a50fea3bd8305c2086ba32c99b78a
parent4ecbc178704ca6c1027a38483e98f5fe493b1322
Makefile: keep "git" when bindir is execdir

For some reason there still are people who use the old style layout
to put everything in $(bindir).  The previous commit breaks the install
for them, because it tries to unconditionally remove git from execdir
and cp/ln from bindir --- oops.

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