[gnu.utils.bug] bug in gnu diff makefile.

wesommer@ATHENA.MIT.EDU (Bill Sommerfeld) (10/04/88)

On Athena's bsd4.3+NFS, the makefile doesn't work; it uses `$^', which
is not defined for Berkeley make.

I wound up using GNU make instead; changing the makefile to use
$(OBJS) should fix the problem.

				- Bill