Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ra.umb.edu!mam From: mam@ra.umb.edu (Margaret Ann Metcalf) Newsgroups: gnu.utils.bug Subject: problem with Makefile for binutils Message-ID: <8910261557.AA08203@ra.umb.edu> Date: 26 Oct 89 15:57:10 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 18 I had to fix a for loop in Makefile to run 'make install' for binutils. The following is a diff. 117,118c117,119 < cp $$file $(bindir)/$${file}.new \ < mv $(bindir)/$${file}.new $(bindir)/$file --- > cp $$file $(bindir)/$${file}.new; \ > mv $(bindir)/$${file}.new $(bindir)/$$file; \ > done Sorry, but lost date on Makefile when moving it around. Most recent sources in distribution are ld.c Oct 2 strip.c Oct 16 thanks, mam@umb.edu Z