Follow-up Comment #3, bug #31621 (project make):
One solution is to enable second expansion and to use the $(wildcard ...)
function:
$ cat x.mk
.SECONDEXPANSION:
%/md5: $$(wildcard %/sums/*.md5)
echo action
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?31621>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make