Skip to content

Commit 59a29d1

Browse files
committed
Merge branch 'ab/no-more-check-bindir'
Build simplification. * ab/no-more-check-bindir: Makefile: remove the check_bindir script
2 parents 10de757 + 72b113e commit 59a29d1

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,8 +3099,7 @@ endif
30993099
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
31003100
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
31013101
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; } \
3102-
done && \
3103-
./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
3102+
done
31043103

31053104
.PHONY: install-gitweb install-doc install-man install-man-perl install-html install-info install-pdf
31063105
.PHONY: quick-install-doc quick-install-man quick-install-html

check_bindir

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)