diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -723,7 +723,7 @@ EOT # Check whether all files in LIB_DEPENDS are actually linked against - for _library in ${WANTED_LIBRARIES} ; do + for _library in ${WANTED_LIBRARIES%%.so*}.so ; do if ! listcontains ${_library} "${dep_lib_files}" ; then warn "you might not need LIB_DEPENDS on ${_library}" fi