From: Taylor R Campbell Date: Mon, 1 Jul 2013 14:23:47 +0000 (+0000) Subject: Fix makefile's IMAIL rule: Edwin must be loaded first. X-Git-Tag: release-9.2.0~147 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c2617b4a0a72efe63f4fa1e93d5671053fbc2f5b;p=mit-scheme.git Fix makefile's IMAIL rule: Edwin must be loaded first. --- 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)