From: Matt Birkholz Date: Wed, 22 Oct 2014 22:58:11 +0000 (-0700) Subject: Syntax sf before compiler. X-Git-Tag: mit-scheme-pucked-9.2.12~376^2~123 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=064ba6ec8ef29435e14c7f0c3ce25abd354febe7;p=mit-scheme.git Syntax sf before compiler. The trivial package model of (scode-optimizer) does not include the internal bindings needed when analyzing (compiler). --- diff --git a/src/Makefile.in b/src/Makefile.in index 201cca44b..fc577a8e7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -295,7 +295,7 @@ compile-compiler-rtlopt: syntax-compiler .PHONY: syntax-compiler syntax-compiler: toolchain @IF_SVM@syntax-compiler: compiler/machines/svm/svm1-defns.h -syntax-compiler: cref-compiler +syntax-compiler: syntax-sf cref-compiler (echo '(with-working-directory-pathname "compiler"' && \ echo ' (lambda () (load "compiler.sf")))') \ | $(TOOL_SYNTAXER)