The existing logic relies on ordering, so if you use the following:
RUNTIMES_target+multi_VARIABLE_NAME
RUNTIMES_target_VARIABLE_NAME
The generic target variable would override the target+multi one. To
avoid that issue, we skip matching the generic target if the named
matches.