From: Chris Hanson Date: Sun, 11 Feb 2018 01:55:28 +0000 (-0800) Subject: Make sure that host-adapter causes rebuild of toolchain. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~259 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=666a4e114c78549f02b587d1d83f454946bb5af5;p=mit-scheme.git Make sure that host-adapter causes rebuild of toolchain. Also always load the .scm file since the compiled files may be out of date. --- diff --git a/src/Makefile.in b/src/Makefile.in index 6091dca86..1341e6562 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -165,7 +165,7 @@ compiler/machines/svm/svm1-defns.h: \ compiler/machines/svm/compile-assembler.scm ( cd compiler/machines/svm/ \ && "$(MIT_SCHEME_EXE)" --batch-mode \ - --load ../../../runtime/host-adapter \ + --load ../../../runtime/host-adapter.scm \ --load compile-assembler \ environment '(runtime)))) - (load "host-adapter") + (load "host-adapter.scm") (sf-conditionally "graphics") (sf-conditionally "infstr") (sf-directory "."))