Makefile.in: Use $(LN_S) instead of $(LN) -s and remove file first if it exists.
authorUlrich Drepper <drepper@gmail.com>
Wed, 3 Dec 2014 21:10:14 +0000 (21:10 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Wed, 3 Dec 2014 21:10:14 +0000 (21:10 +0000)
commit380abb42063f56b3a38a787b7d14bb67bcce20b7
tree4feb056998366b5ad1f34fba74f64040601439e6
parent4c278134e827782a06c73b5e9c72a6b724e1a58b
Makefile.in: Use $(LN_S) instead of $(LN) -s and remove file first if it exists.

* Makefile.in: Use $(LN_S) instead of $(LN) -s and remove file first
if it exists.

From-SVN: r218334
gcc/ChangeLog
gcc/Makefile.in