mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user