Warn on guaranteed useless lines

Dan Jacobson <[email protected]> Fri, 08 May 2026 07:45:05 +0800
Newsgroups gmane.comp.gnu.make.bugs
Message-ID <[email protected]>
Perhaps on (info "(make) Multiple Targets"), etc.
mention why the :%.bla lines have no effect,

$ cat Makefile
%.fetch:; echo Fetched
%.install:%.bla
%.install:%.fetch; echo Installed
%.install:%.bla
%.bla:; echo haha
m.install:

nor produce warnings.