The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=b6a51d39e3a2e2f75d5b42a8c17a531063258a15
commit b6a51d39e3a2e2f75d5b42a8c17a531063258a15 Author: Baptiste Daroussin <[email protected]> AuthorDate: 2021-02-25 13:52:43 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2021-02-25 13:53:00 +0000 bootstrap: fix a last edit typo Reported by: cy --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 839d4d9db02b..fd5097d1f8dd 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2519,7 +2519,7 @@ ${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd ${_bt}-sbin/md5: ${_bt}-lib/libmd .endif -if target(${_bt}-usr.bin/ncurses) +.if target(${_bt}-usr.bin/ncurses) ${_bt}-usr.bin/ncurses: ${_bt}-lib/ncurses/ncurses .endif _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
