From: Matt Birkholz Date: Thu, 30 May 2013 04:35:45 +0000 (-0700) Subject: Put build-ffis back in the native build. X-Git-Tag: mit-scheme-pucked-9.2.12~492 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6a8827745bdcbe8d6d18d145083050c0d1bb0706;p=mit-scheme.git Put build-ffis back in the native build. --- diff --git a/src/Makefile.in b/src/Makefile.in index 8cd2e806e..347292629 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -100,6 +100,7 @@ all-native: compile-ssp all-native: compile-star-parser all-native: compile-win32 all-native: compile-xml +all-native: compile-ffis lib/runtime.com: compile-runtime lib/runtime.com: microcode/scheme @@ -246,6 +247,10 @@ compile-xml: compile-sos compile-xml: compile-star-parser echo '(compile-dir "xml")' | $(BOOTSTRAP_TOOLCHAIN) +.PHONY: compile-ffis +compile-ffis: lib/all.com +compile-ffis: build-ffis + all-svm: microcode/svm1-defns.h $(MAKE) compile-microcode @$(top_srcdir)/etc/compile-svm.sh "$(MIT_SCHEME_EXE)"