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.
This commit is contained in:
Ian Lance Taylor 1993-01-28 23:13:32 +00:00
parent 41a882343a
commit af6237a4a8
2 changed files with 6 additions and 0 deletions

View 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

View 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