From b2427509e2d53897b7c7797d5948773b63aed3df Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 25 Mar 2011 15:07:27 -0700 Subject: Another go at changing compile-command, this time using RBUILD env var. --- src/boot/me/simplify.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/me/simplify.ml') diff --git a/src/boot/me/simplify.ml b/src/boot/me/simplify.ml index 97af539f..a4cd1418 100644 --- a/src/boot/me/simplify.ml +++ b/src/boot/me/simplify.ml @@ -103,7 +103,7 @@ let process_crate (cx:Semant.ctxt) (crate:Ast.crate) : unit = * fill-column: 78; * indent-tabs-mode: nil * 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