--- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index b2bc0ef..e416ec7 100644 --- a/Makefile +++ b/Makefile @@ -1366,7 +1366,7 @@ endif ln -f "$$bindir/git$X" "$$execdir/git$X" || \ cp "$$bindir/git$X" "$$execdir/git$X"; \ fi && \ - { $(foreach p,$(BUILT_INS), $(RM) "$$execdir/$p" && ln "$$execdir/git$X" "$$execdir/$p" ;) } && \ + { $(foreach p,$(BUILT_INS), $(RM) "$$execdir/$p" ;) } && \ $(RM) "$$execdir/git$X" && \ ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X" -- 1.6.0.rc0.79.gb0320 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html