Hi Steve,
There certainly were some bugs in that makefile of mine, the problem is
that Make is failing to notice on my bad syntax.
In particular, I was attempting to do pattern substitution on an unnamed
variable, and to concatenate that invalid variable substitution with
another string. Perhaps
Hello John,
I concur: that Makefile segfaults with make 3.80. However, you may like to
know that it doesn't upset 3.81beta3 (linux and MinGW builds). I expected
this might be the case because I've been through the same experience: one
day, I added another innocuous line to my make script, and i