My makefile fails with error:
Makefile:34: *** multiple target patterns. Stop.
What does it really mean, how can I fix this?
(GNU make manual, written by Captain Obvious, isn't helping).
Found it. I had rule in form:
$(FOO): bar
where FOO
was set from shell command that polluted it with error message that contained a colon.