From: Taylor R Campbell Date: Tue, 11 Dec 2018 15:57:32 +0000 (+0000) Subject: Make `make all-toolchain' also build sos, ssp, and xml. X-Git-Tag: mit-scheme-pucked-10.1.9~3^2~35^2~39 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=60ee5f6e1eba32cc0aafb01614649038f703ef5a;p=mit-scheme.git Make `make all-toolchain' also build sos, ssp, and xml. These are needed in the cross-compiler during cross-host. --- diff --git a/src/Makefile.in b/src/Makefile.in index b65fac611..5dd06c274 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -137,7 +137,10 @@ all-toolchain: all-cref all-toolchain: all-ffi all-toolchain: all-runtime all-toolchain: all-sf +all-toolchain: all-sos +all-toolchain: all-ssp all-toolchain: all-star-parser +all-toolchain: all-xml # XXX This should really depend on microcode/gen-nonce and # microcode/extract-liarc-decls instead of microcode/scheme, but