]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #33786 - birkenfeld:make-fix, r=jseyfried
authorbors <bors@rust-lang.org>
Mon, 6 Jun 2016 01:24:22 +0000 (18:24 -0700)
committerbors <bors@rust-lang.org>
Mon, 6 Jun 2016 01:24:22 +0000 (18:24 -0700)
Makefile.in: dont use unnecessary escapes in echo

I don't know if `echo` allows escapes without `-e` on other systems, but on a GNU userland this outputs literal `\n` on the terminal. In this case there's an easy way to write this without escapes anyway.

r? @GuillaumeGomez


Trivial merge