diff options
| author | Graydon Hoare <[email protected]> | 2011-03-25 14:05:38 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 14:05:38 -0700 |
| commit | 91c2b82b0947eece64df03f9e03d65a27d4ef0bf (patch) | |
| tree | 8149415e7b553a5f85b1f15eb56cca581373d1aa /src/comp/back | |
| parent | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... (diff) | |
| download | rust-91c2b82b0947eece64df03f9e03d65a27d4ef0bf.tar.xz rust-91c2b82b0947eece64df03f9e03d65a27d4ef0bf.zip | |
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root."
This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/abi.rs | 2 | ||||
| -rw-r--r-- | src/comp/back/x86.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index 17185884..cae1dc90 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -105,6 +105,6 @@ fn no_op_type_glue_name() -> str { // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // diff --git a/src/comp/back/x86.rs b/src/comp/back/x86.rs index 6719f29e..1ac03d1f 100644 --- a/src/comp/back/x86.rs +++ b/src/comp/back/x86.rs @@ -319,6 +319,6 @@ fn get_target_triple() -> str { // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // |