Put build-ffis back in the native build.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 30 May 2013 04:35:45 +0000 (21:35 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 30 May 2013 04:35:45 +0000 (21:35 -0700)
src/Makefile.in

index 8cd2e806e24bb846fa03eae773d3301b45756e20..3472926290e11921dc399f2e63600e83f8909f9c 100644 (file)
@@ -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)"