Bug fix.
Description:
"make check" failed because the macro "$<" is not known to those
makes.
Solution:
Replace that macro with a string name in the form of a more basic
macro of "$@".
Platforms tested:
Using make in sol, copper.
Using gmake in eirene (serial and PP).
Misc. update: