about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-07-19 02:25:34 -0700
committerbors <bors@rust-lang.org>2013-07-19 02:25:34 -0700
commit32586faa6adb890bc25caa8b5cb692e8c37e4a89 (patch)
tree1ae7ec91b62bc4dc7b5b8c32d500790d3002f601
parent06fec5243b403c91fda4596d81bdab19e5e6eced (diff)
parenta1cd1429fb6f007735a3de792b5ba8ba24cd5328 (diff)
downloadrust-32586faa6adb890bc25caa8b5cb692e8c37e4a89.tar.gz
rust-32586faa6adb890bc25caa8b5cb692e8c37e4a89.zip
auto merge of #7868 : pnkfelix/rust/issue6929-remove-bogus-sed-invoke-from-configure, r=brson
... in tree.

Fix #6929
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 3e0355307bc..30ba2f237ec 100755
--- a/configure
+++ b/configure
@@ -921,9 +921,6 @@ do
         esac
         need_ok "LLVM configure failed"
 
-        # Hack the tools Makefile to turn off the clang build
-        sed -i 's/clang//g' tools/Makefile
-
         cd $CFG_BUILD_DIR
     fi