Follow-up Comment #12, bug #30381 (project make):
Another idea is to make the "Avoiding implicit rule recursion" message report
which rule is being avoided.
For this it seems necessary to either add a floc field to struct rule or give
even commandless rules a cmds field so as to allow the use of
Follow-up Comment #11, bug #30381 (project make):
Strike my last comment: invoking a rule multiple times in a chain appears to
work just fine.
To prove this, here is a patch against the make 3.82 source that adds a -M
option, which allows this; a test script is included, but string translations