projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c580b7
)
Syntax sf before compiler.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Wed, 22 Oct 2014 22:58:11 +0000
(15:58 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 201cca44b568823305c0b5dcfa4ed230e9d4fe43..fc577a8e7b07b312c2f8f49e041a81eddc6c5d51 100644
(file)
--- 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)