I need to reference the stem twice in the replacement for a variable substitution:
O23=$(OROOTS:%=$(ODIR)/overx-%2wk-%3wk.mlb)
I need to perform two replacements with the same stem, but the substitution uses patsubst
which only does the first. How can we accomplish both?