git: b6a51d39e3a2 - main - bootstrap: fix a last edit typo

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 25 13:53:21 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=b6a51d39e3a2e2f75d5b42a8c17a531063258a15

commit b6a51d39e3a2e2f75d5b42a8c17a531063258a15
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-02-25 13:52:43 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
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
 


More information about the dev-commits-src-all mailing list