Syntax sf before compiler.
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 22 Oct 2014 22:58:11 +0000 (15:58 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Fri, 14 Nov 2014 00:48:39 +0000 (17:48 -0700)
The trivial package model of (scode-optimizer) does not include the
internal bindings needed when analyzing (compiler).

src/Makefile.in

index 201cca44b568823305c0b5dcfa4ed230e9d4fe43..fc577a8e7b07b312c2f8f49e041a81eddc6c5d51 100644 (file)
@@ -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)