aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-31 14:41:35 +0000
committerGraydon Hoare <[email protected]>2011-03-31 14:41:35 +0000
commitffc188a4dd9262750b3f95bb3b582577836740f2 (patch)
treeff71d3fea222bd29a1b6378c23e9822c981b11b9
parentrustc: Read 'y' tags from external crates (diff)
downloadrust-ffc188a4dd9262750b3f95bb3b582577836740f2.tar.xz
rust-ffc188a4dd9262750b3f95bb3b582577836740f2.zip
Tweak build command on rustc.
-rw-r--r--src/comp/rustc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 1ae9be79..6a62012e 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -81,5 +81,5 @@ mod lib {
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
-// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
+// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: