Path: utzoo!utgpu!water!watmath!uunet!bu-cs!bloom-beacon!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!wesommer From: wesommer@ATHENA.MIT.EDU (Bill Sommerfeld) Newsgroups: gnu.utils.bug Subject: bug in gnu diff makefile. Message-ID: <8810032213.AA00804@ANUBIS.MIT.EDU> Date: 3 Oct 88 22:13:24 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 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