aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-21 02:02:48 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-21 02:02:48 +0000
commit3045578ca18746550988fa351fe62fe7bc92a703 (patch)
tree6d9bfc0ac983f4708612f427f69a0f99c435e679 /src/interp/Makefile.pamphlet
parent7ba4cd656138bedb567137ea662f26213bc2e898 (diff)
downloadopen-axiom-3045578ca18746550988fa351fe62fe7bc92a703.tar.gz
* interp/i-coerce.boot (coerceInt1): Avoid misguided
Tuple coercion behind the scene. * interp/i-output.boot (output): Likewise.
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r--src/interp/Makefile.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index bea38292..b8b67c5c 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -915,7 +915,7 @@ intfile.$(FASLEXT): intfile.boot cstream.$(FASLEXT)
cstream.$(FASLEXT): cstream.boot sys-macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
-astr.$(FASLEXT): astr.boot boot-pkg.$(FASLEXT)
+astr.$(FASLEXT): astr.boot vmlisp.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
bits.$(FASLEXT): bits.lisp boot-pkg.$(FASLEXT)