From 91ecc7c3e9322dbaae9714b47dd04d61c00f34c5 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 7 Oct 2013 18:43:19 +0000 Subject: [PATCH] toolchain target should really depend on tools/syntaxer.com too. --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1