toolchain target should really depend on tools/syntaxer.com too.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 18:43:19 +0000 (18:43 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 18:43:19 +0000 (18:43 +0000)
src/Makefile.in

index abe3e18cb6ab88e06a241555fce163b096b1b4f9..9110691080d87218cfb1930a4af09a0cdfb8ba4e 100644 (file)
@@ -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