diff options
author | 2021-10-12 13:51:32 -0700 | |
---|---|---|
committer | 2021-10-12 13:51:32 -0700 | |
commit | 32b6c51888665499f51ba207f6097e6a3c666121 (patch) | |
tree | c5d99c1e35453c9d778e91af31ab4dbc6b004ce4 /Makefile | |
parent | Merge branch 'bs/doc-bugreport-outdir' into maint (diff) | |
parent | Makefile: remove the check_bindir script (diff) | |
download | tgif-32b6c51888665499f51ba207f6097e6a3c666121.tar.xz |
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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |