From: Ian Lance Taylor Date: Wed, 18 May 1994 17:18:23 +0000 (+0000) Subject: * Makefile.in (install): Redirect output of ln to /dev/null. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=188ce70585a05e7f7b4a1a919df065e1a430ff34;p=binutils-gdb.git * Makefile.in (install): Redirect output of ln to /dev/null. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 678b0ebef4c..c28c53f0cf4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Wed May 18 10:15:39 1994 Ian Lance Taylor (ian@cygnus.com) + + * Makefile.in (install): Redirect output of ln to /dev/null. + Mon May 16 13:35:08 1994 Jeff Law (law@snake.cs.utah.edu) * emultempl/hppaelf.em: Change all references of diff --git a/ld/Makefile.in b/ld/Makefile.in index b197bdd5948..948cca4c556 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -706,7 +706,7 @@ install: done -n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \ rm -f $(tooldir)/bin/ld; \ - ln $(bindir)/$$n $(tooldir)/bin/ld \ + ln $(bindir)/$$n $(tooldir)/bin/ld >/dev/null 2>/dev/null \ || $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld install-info: ld.info