Use $< and $@ rather than $* because GNU make and BSD make have
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 8 Mar 2009 21:47:00 +0000 (21:47 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 8 Mar 2009 21:47:00 +0000 (21:47 +0000)
commit5af7ebbfb31f60e31d1bd1738227548b76d07430
tree0a58a16c7bca836ad842b481cbb6e8b0fb454c43
parent68a32ab3f7a4f730f756f78674e48914ec61f884
Use $< and $@ rather than $* because GNU make and BSD make have
different interpretations of $* but seem to agree on $< and $@ for
the ways we use them.  POSIX agrees too.
v7/src/microcode/makegen/Makefile.in.in