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:
2ea5eed
)
Add missing dependency.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 20 Oct 2018 22:07:16 +0000
(15:07 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 20 Oct 2018 22:07:16 +0000
(15:07 -0700)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index bc260ef419a3968655f74801a43ec72298a096a4..ab53ffa33655b026f3939004da452c87205dbe15 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-89,7
+89,6
@@
HOST_RUNTIME_ONLY = '$(MIT_SCHEME_EXE)' --batch-mode $(HOST_COMPILER_HEAP) \
.pkd.c .bld.c:
echo '(cbf "$<")' | $(HOST_COMPILER)
-
.PHONY: default-target
default-target: @DEFAULT_TARGET@
@@
-249,7
+248,7
@@
compiler/machines/svm/svm1-defns.h: \
all-cref: stamp_compile-cref
@IF_LIARC@all-cref: bundle-cref
-stamp_compile-cref:
+stamp_compile-cref:
stamp_compile-runtime
(echo '(with-working-directory-pathname "cref"' && \
echo ' (lambda () (load "cref.sf") (load "cref.cbf")))') \
| $(HOST_COMPILER)