From 911b6b859d9e895836592a98c44f7ab572229b35 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 7 Oct 2013 02:26:29 +0000 Subject: [PATCH] Compile IMAIL in --batch-mode. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index e129d1827..f51862f78 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -537,7 +537,7 @@ compile-imail: lib/compiler.com echo ' (with-working-directory-pathname "imail"' && \ echo ' (lambda ()' && \ echo ' (load "compile"))))') \ - | ./microcode/scheme --library lib --band lib/compiler.com + | ./microcode/scheme --batch-mode --library lib --band lib/compiler.com # **** Legacy serialized targets **** -- 2.25.1