There's a slightly confusing thing about escaping percent signs... you
only do it to the targets.
all: test\%1
doesn't refer to
test\%1: ; blah...
it refers to
test\\\%1: ; blah
Mongo no like (but doesn't really care provided he understands)
Seeya, byebye,
jon.
There seems to be a bug handling files with percent signs in their
names (and the person who decided to name temp files like that).
It produces an incorrect error message when a dependent file is
missing, ie., it complains about there being no rule for the target
rather than saying it doesn't kno