From: Ken Raeburn Date: Thu, 9 Apr 1992 09:54:52 +0000 (+0000) Subject: Install second copy as $(tooldir)/bin/ld, since that's what gcc wants. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1900f884b366c5f94df5acb54882cf36152fac52;p=binutils-gdb.git Install second copy as $(tooldir)/bin/ld, since that's what gcc wants. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 68b65dd1674..4dbb78eedb6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 9 05:52:02 1992 Ken Raeburn (Raeburn@Cygnus.COM) + + * Makefile.in (install): Install second copy in $(tooldir)/bin + without $(program_prefix), since that's what gcc expects. + Sat Apr 4 17:44:06 1992 Steve Chamberlain (sac@thepub.cygnus.com) * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer. diff --git a/ld/Makefile.in b/ld/Makefile.in index 62898e7c5e5..f9b4eebb67c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -403,8 +403,8 @@ install: $(LD_PROG) mv ld.new ld -rm -f $(bindir)/$(program_prefix)ld $(INSTALL_PROGRAM) ld $(bindir)/$(program_prefix)ld - -rm -f $(tooldir)/ld - $(INSTALL_PROGRAM) ld $(tooldir)/$(program_prefix)ld + -rm -f $(tooldir)/bin/ld + $(INSTALL_PROGRAM) ld $(tooldir)/bin/ld -rm -f $(man1dir)/$(program_prefix)ld.1 $(INSTALL_DATA) $(srcdir)/gld.1 $(man1dir)/$(program_prefix)ld.1