[comp.sys.mips] antique make?

lamy@sobeco.com (Jean-Francois Lamy) (01/30/91)

MIPS-supplied make cannot deal with the following Makefile (which works fine
on a Sun or with GNU make).

    default: file
	    cat file

    % : %,v
	    - co $(COFLAGS) $@

    % : RCS/%,v
	    - co $(COFLAGS) $@

Are there any plans to get a make that does percent rules in a forthcoming
MIPS distribution?

Jean-Francois Lamy                         lamy@sobeco.com  uunet!sobeco!lamy
Research and Development, Sobeco Technical Services, Montreal, Canada H2Z 1Y7