From ffc188a4dd9262750b3f95bb3b582577836740f2 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 31 Mar 2011 14:41:35 +0000 Subject: Tweak build command on rustc. --- src/comp/rustc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp') 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: -- cgit v1.2.3