Thu Jan 28 15:12:04 1993 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Thu, 28 Jan 1993 23:13:32 +0000 (23:13 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 28 Jan 1993 23:13:32 +0000 (23:13 +0000)
* Makefile.in (install): Remove $(tooldir)/bin/gld before creating
the link to it.

ld/ChangeLog
ld/Makefile.in

index 5bd9585004908776a1cf826b00a28f6be319f575..1e7218cfc62b216e6695bfebc9b1c9dc1ec19af3 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan 28 15:12:04 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
+       the link to it.
+
 Tue Jan 26 11:49:50 1993  Ian Lance Taylor  (ian@cygnus.com)
 
        * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than
index 4c4ccb4bbd48a8d86b04a8f1d6a5f3c292d64610..9c1328e6802f9372b0c02aa96ba27f19719e0150 100644 (file)
@@ -489,6 +489,7 @@ install: $(LD_PROG)
          rm -f $(tooldir)/bin/ld; \
          ln $(bindir)/$$n $(tooldir)/bin/ld \
           || $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld; \
+         rm -f $(tooldir)/bin/gld; \
          ln $(tooldir)/bin/ld $(tooldir)/bin/gld; \
        else true; fi