From: Taylor R Campbell Date: Mon, 7 Oct 2013 18:43:19 +0000 (+0000) Subject: toolchain target should really depend on tools/syntaxer.com too. X-Git-Tag: release-9.2.0~81 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=91ecc7c3e9322dbaae9714b47dd04d61c00f34c5;p=mit-scheme.git toolchain target should really depend on tools/syntaxer.com too. --- diff --git a/src/Makefile.in b/src/Makefile.in index abe3e18cb..911069108 100644 --- 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