summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-12 13:51:32 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-12 13:51:32 -0700
commit32b6c51888665499f51ba207f6097e6a3c666121 (patch)
treec5d99c1e35453c9d778e91af31ab4dbc6b004ce4 /Makefile
parentb37c9a0fd1fc2bc8c2d278c5ce5f4c05169a9e2a (diff)
parent72b113e5621febe5d5138f73e464a4962b3b7851 (diff)
Merge branch 'ab/no-more-check-bindir' into maint
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 a98e298123..b88b91458f 100644
--- a/Makefile
+++ b/Makefile
@@ -3090,8 +3090,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