projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa03f3
)
Put build-ffis back in the native build.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Thu, 30 May 2013 04:35:45 +0000
(21:35 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Thu, 30 May 2013 04:35:45 +0000
(21:35 -0700)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 8cd2e806e24bb846fa03eae773d3301b45756e20..3472926290e11921dc399f2e63600e83f8909f9c 100644
(file)
--- 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)"