From f83f917b20a8af4b3a29f8c44e21428ab1863a02 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 8 Jan 2019 05:54:54 +0000 Subject: [PATCH] Need to wait for runtime to compile before building liarc ucode. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 107248395..40f1e14fc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -209,7 +209,7 @@ LIARC_TOOLCHAIN = microcode/scheme ################ RUNTIME_BUILD_TARGETS = compile-runtime $(RUNTIME_LIARC_TARGETS) -@IF_LIARC@RUNTIME_LIARC_TARGETS = runtime/runtime-unx.c +@IF_LIARC@RUNTIME_LIARC_TARGETS = runtime/runtime-unx.c compile-runtime RUNTIME_CREF_TARGETS = syntax-runtime @IF_NATIVE@RUNTIME_DEPEND_TARGETS = compile-runtime @IF_CROSS@RUNTIME_DEPEND_TARGETS = stamp_cross-finished -- 2.25.1