aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-28 11:36:14 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-28 11:36:14 +0000
commit63e653a5d625157a1188b4ef433ea308935cc3f9 (patch)
treebaee0596cf12f5c26ef6f28a9f9c5accfe0e5718 /src/interp/Makefile.in
parent18b0887c46d1bd949526790bfdc8aec6d622432d (diff)
downloadopen-axiom-63e653a5d625157a1188b4ef433ea308935cc3f9.tar.gz
* Makefile.pamphlet (compiler.$(FASLEXT)): Update requirement.
* compiler.boot: Import "define" and "iterator". Move setting of special compiler functions from property.lisp to here. * iterator.boot (compCollectV): Uncomment. (compIteratorV): Likewise. (computeMaxIndex): Likewise. (exprDifference): Likewise. * parse.boot: Move setting of special parsing functions from property.lisp to here. * postpar.boot: Move setting of special parsing transformers from property.lisp to here. * property.lisp: Move setting of special compiler functions and parsers to appropriate files.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 29a708b9..4f933fb5 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -481,8 +481,8 @@ wi1.$(FASLEXT): wi1.boot macros.$(FASLEXT)
apply.$(FASLEXT): apply.boot compiler.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
-compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \
- modemap.$(FASLEXT) pathname.$(FASLEXT)
+compiler.$(FASLEXT): compiler.boot c-util.$(FASLEXT) modemap.$(FASLEXT) \
+ pathname.$(FASLEXT) define.$(FASLEXT) iterator.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
nrunopt.$(FASLEXT): nrunopt.boot c-util.$(FASLEXT)