author | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Jul 2009 03:17:33 +0000 (20:17 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Jul 2009 03:17:33 +0000 (20:17 -0700) | ||
commit | 6edd14968bf969a651d057ea7fb7757393d282bf | |
tree | 37175ae8b82a50fea3bd8305c2086ba32c99b78a | tree | snapshot |
parent | 4ecbc178704ca6c1027a38483e98f5fe493b1322 | commit | diff |
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>
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 | diff | blob | history |