diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-08 14:41:57 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-02-08 14:41:57 +0100 |
commit | c917bcd8dd4f1e989562b7767a99722eb615c946 (patch) | |
tree | 0f6b011c358e9dd11af76f4bc664d2aab86e2190 /binutils/coulomb.SCHWINGE/log_install | |
parent | 2ef56b8765203fd37f483a311a05de02ea72447f (diff) |
binutils: 944a6010b676b9f80f0a16c65183102b187822c5 (2013-02-08)
Diffstat (limited to 'binutils/coulomb.SCHWINGE/log_install')
-rw-r--r-- | binutils/coulomb.SCHWINGE/log_install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coulomb.SCHWINGE/log_install b/binutils/coulomb.SCHWINGE/log_install index c2ade92a..3e864144 100644 --- a/binutils/coulomb.SCHWINGE/log_install +++ b/binutils/coulomb.SCHWINGE/log_install @@ -415,7 +415,7 @@ n=`echo ld.gold | sed 's,y,y,'`; \ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld.gold >/dev/null 2>/dev/null \ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld.gold; \ fi; \ - if test "xyes" = "xyes"; then \ + if test "x" = "xyes"; then \ ld=`echo ld | sed 's,y,y,'`; \ rm -f [...]/tschwinge/Paul_Desmond.build.install/bin/${ld}; \ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/bin/${ld} >/dev/null 2>/dev/null \ |