Fix typo
Submitted by: tijl
This commit is contained in:
parent
377fc0342d
commit
ddd7769c06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327603
1 changed files with 1 additions and 1 deletions
|
@ -6520,7 +6520,7 @@ check-makefile:: show-dev-warnings
|
|||
show-dev-errors:
|
||||
@${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\"
|
||||
@${ECHO_MSG}
|
||||
.for m in ${DEV_WARNING}
|
||||
.for m in ${DEV_ERROR}
|
||||
@${ECHO_MSG} "${m}"
|
||||
.endfor
|
||||
@${ECHO_MSG}
|
||||
|
|
Loading…
Reference in a new issue