Revert "Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root."

This reverts commit 846f2e2ba9.
This commit is contained in:
Graydon Hoare 2011-03-25 14:05:38 -07:00
parent 846f2e2ba9
commit 91c2b82b09
57 changed files with 57 additions and 57 deletions

View file

@ -685,5 +685,5 @@ fn resolve_crate(session.session sess, @ast.crate crate) -> @ast.crate {
// 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: