Fix makefile's IMAIL rule: Edwin must be loaded first.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2013 14:23:47 +0000 (14:23 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2013 14:31:12 +0000 (14:31 +0000)
src/Makefile.in

index 69d1e6cd263c0b689c3c77d676cae99bb2812172..f7ee153949f210927a7d0743322fa25933eda52f 100644 (file)
@@ -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)