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/loop.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/me/loop.ml') diff --git a/src/boot/me/loop.ml b/src/boot/me/loop.ml index 478ae6f9..a0fc9570 100644 --- a/src/boot/me/loop.ml +++ b/src/boot/me/loop.ml @@ -159,6 +159,6 @@ let process_crate * 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