local.dirdeps.mk no qual for PSEUDO_MACHINE_LIST

dirdeps.mk takes care of "host"
but we still need to deal with other PSEUDO_MACHINE_LIST members
This commit is contained in:
Simon J. Gerraty 2023-05-13 14:06:20 -07:00
parent 41d638f203
commit d489b2a39d

View file

@ -13,7 +13,7 @@ DIRDEPS_FILTER+= N*.host
.endif
# pseudo machines get no qualification
.for m in host common
.for m in ${PSEUDO_MACHINE_LIST:Nhost*}
M_dep_qual_fixes += C;($m),[^/.,]*$$;\1;
.endfor
#.info M_dep_qual_fixes=${M_dep_qual_fixes}