Fix sanity checkong for "multi" options

This commit is contained in:
Baptiste Daroussin 2012-05-31 14:27:23 +00:00
parent 89f9d40890
commit ac505c31cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297877

View file

@ -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