Fix compile-command lines in rt.

This commit is contained in:
Graydon Hoare
2011-07-13 13:51:20 -07:00
parent 2e2951305d
commit 49116adbe9
24 changed files with 24 additions and 24 deletions

View File

@@ -307,6 +307,6 @@ rust_scheduler::create_task(rust_task *spawner, const char *name) {
// 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:
//