From 666a4e114c78549f02b587d1d83f454946bb5af5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 10 Feb 2018 17:55:28 -0800 Subject: [PATCH] Make sure that host-adapter causes rebuild of toolchain. Also always load the .scm file since the compiled files may be out of date. --- src/Makefile.in | 2 +- src/Makefile.tools.in | 2 ++ src/runtime/runtime.sf | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 ".")) -- 2.25.1