Install second copy as $(tooldir)/bin/ld, since that's what gcc wants.
authorKen Raeburn <raeburn@cygnus>
Thu, 9 Apr 1992 09:54:52 +0000 (09:54 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 9 Apr 1992 09:54:52 +0000 (09:54 +0000)
ld/ChangeLog
ld/Makefile.in

index 68b65dd167407b1845a0f6564763c31de36a5805..4dbb78eedb6574154da495f736dee43e8db2d08c 100644 (file)
@@ -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. 
index 62898e7c5e5dd861a1079c9572840941f70bc1e6..f9b4eebb67ce32cee2aaf9a313a0f37bad1ee385 100644 (file)
@@ -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