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:
1e403cc
)
toolchain target should really depend on tools/syntaxer.com too.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 7 Oct 2013 18:43:19 +0000
(18:43 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 7 Oct 2013 18:43:19 +0000
(18:43 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index abe3e18cb6ab88e06a241555fce163b096b1b4f9..9110691080d87218cfb1930a4af09a0cdfb8ba4e 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-111,6
+111,7
@@
TOOL_TOOLCHAIN = $(HOST_SCHEME) --band ./tools/compiler.com \
.PHONY: toolchain
toolchain: tools/compiler.com
+toolchain: tools/syntaxer.com
tools/compiler.com:
@echo >&2 'Please run `make -f Makefile.tools'\'' first.'; exit 1