]> git.lizzy.rs Git - rust.git/commit
Auto merge of #38506 - alexcrichton:fix-makefiles, r=brson
authorbors <bors@rust-lang.org>
Wed, 21 Dec 2016 03:09:14 +0000 (03:09 +0000)
committerbors <bors@rust-lang.org>
Wed, 21 Dec 2016 03:09:14 +0000 (03:09 +0000)
commit92d46006bbb3d26e78aa3dc02e45a1761c7421e7
tree409f086b08b0efdc372dbc8225e161abeb6cd628
parent164619a8cfe6d376d25bd3a6a9a5f2856c8de64d
parent839b6961b0e4c5ee3803e23b46788ac414944aee
Auto merge of #38506 - alexcrichton:fix-makefiles, r=brson

mk: Fix compile with makefiles

A tweak was made to dependencies in #38451 but the makefiles weren't updated to
accompany this. Instead of trying to integerate the `build_helper` crate into
the makefiles (which currently isn't present) this commit takes the approach of
just duplicating the required logic, which should be small enough for now.