about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-03-25 14:05:38 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-03-25 14:05:38 -0700
commit91c2b82b0947eece64df03f9e03d65a27d4ef0bf (patch)
tree8149415e7b553a5f85b1f15eb56cca581373d1aa /src/comp/lib
parent846f2e2ba994268725f38c36fa12f1a09f21615c (diff)
downloadrust-91c2b82b0947eece64df03f9e03d65a27d4ef0bf.tar.gz
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/lib')
-rw-r--r--src/comp/lib/llvm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index 9f7650d8bf1..1a643fe667a 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -1414,6 +1414,6 @@ fn mk_section_iter(ObjectFileRef llof) -> section_iter {
 // 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:
 //