From 6a8827745bdcbe8d6d18d145083050c0d1bb0706 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 29 May 2013 21:35:45 -0700 Subject: [PATCH] Put build-ffis back in the native build. --- src/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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)" -- 2.25.1