From: Taylor R Campbell Date: Tue, 8 Jan 2019 05:54:54 +0000 (+0000) Subject: Need to wait for runtime to compile before building liarc ucode. X-Git-Tag: mit-scheme-pucked-10.1.10~6^2~70 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f83f917b20a8af4b3a29f8c44e21428ab1863a02;p=mit-scheme.git Need to wait for runtime to compile before building liarc ucode. --- 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