Don't expand _coverage_libs

This commit is contained in:
Enji Cooper 2017-10-23 17:11:18 +00:00
parent 740fd94a62
commit 7af9f42f99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=324931

View File

@ -2262,7 +2262,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
_coverage_libs+= lib/libclang_rt/profile
.else
.endif
.if empty(${_coverage_libs})
.if empty(_coverage_libs)
# XXX(ngie): force MK_COVERAGE off since the compiler we're working with (at
# whatever stage we're at) obviously doesn't support --coverage support per
# src.opts.mk's minimum requirements.