[gnu.utils.bug] problem with Makefile for binutils

mam@ra.umb.edu (Margaret Ann Metcalf) (10/26/89)

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