From c2617b4a0a72efe63f4fa1e93d5671053fbc2f5b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 1 Jul 2013 14:23:47 +0000 Subject: [PATCH] Fix makefile's IMAIL rule: Edwin must be loaded first. --- src/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 69d1e6cd2..f7ee15394 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -214,10 +214,9 @@ compile-ffi: compile-cref compile-imail: bootstrap-toolchain compile-imail: compile-sos compile-imail: compile-star-parser -compile-imail: syntax-edwin +compile-imail: compile-edwin (echo '(begin' && \ - echo ' (construct-packages-from-file' && \ - echo ' (fasload (package-set-pathname "edwin/edwin")))' && \ + echo ' (load-option (quote EDWIN))' && \ echo ' (compile-dir "imail"))') \ | $(BOOTSTRAP_TOOLCHAIN) -- 2.25.1