summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-09-15 20:15:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-09-15 20:15:25 (GMT)
commit59a29d16440a4c660b0b388d5f6da65d41102b7c (patch)
tree5beb52c49345cb88d55397e52dd3aa212808de6f /Makefile
parent10de757a09414a06739478c687ea6a24234c8ee8 (diff)
parent72b113e5621febe5d5138f73e464a4962b3b7851 (diff)
downloadgit-59a29d16440a4c660b0b388d5f6da65d41102b7c.zip
git-59a29d16440a4c660b0b388d5f6da65d41102b7c.tar.gz
git-59a29d16440a4c660b0b388d5f6da65d41102b7c.tar.bz2
Merge branch 'ab/no-more-check-bindir'
Build simplification. * ab/no-more-check-bindir: Makefile: remove the check_bindir script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 429c276..60c9956 100644
--- a/Makefile
+++ b/Makefile
@@ -3099,8 +3099,7 @@ endif
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; } \
- done && \
- ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
+ done
.PHONY: install-gitweb install-doc install-man install-man-perl install-html install-info install-pdf
.PHONY: quick-install-doc quick-install-man quick-install-html