* Makefile.in (install): Redirect output of ln to /dev/null.

This commit is contained in:
Ian Lance Taylor
1994-05-18 17:18:23 +00:00
parent ac7f7dfeb9
commit 188ce70585
2 changed files with 5 additions and 1 deletions

View File

@ -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