Fix sanity checkong for "multi" options
This commit is contained in:
parent
89f9d40890
commit
ac505c31cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297877
1 changed files with 1 additions and 1 deletions
|
@ -5971,7 +5971,7 @@ OPTNOCHECK= true
|
|||
. endif
|
||||
. endfor
|
||||
. if !defined(OPTFOUND) && !defined(OPTNOCHECK)
|
||||
OPTIONS_WRONG_MULTI+= ${opt}
|
||||
OPTIONS_WRONG_MULTI+= ${multi}
|
||||
. endif
|
||||
. undef OPTFOUND
|
||||
. undef OPTNOCHECK
|
||||
|
|
Loading…
Reference in a new issue