aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-20 15:12:01 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-20 15:12:01 +0000
commit4a59904058b23f18702b074a8f945157f65f26d5 (patch)
tree0eacf35fad06789704f62f69829e4d6e45a7b84f /src/interp/Makefile.in
parentf5b58f8cdbd1370d685a459e0d011a522cddc404 (diff)
downloadopen-axiom-4a59904058b23f18702b074a8f945157f65f26d5.tar.gz
* interp/fnewmeta.lisp: Don't overstep on use namespace with
Attribute, Signature, and Reduce. * interp/postpar.boot: Likewise. * interp/ptrees.boot: Likewise. Tidy. * interp/Makefile.pamphlet (ptrees.$(FASLEXT)): Don't compile as Old Boot.
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 efd93df8..a753660b 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -519,7 +519,7 @@ packtran.$(FASLEXT): packtran.boot sys-macros.$(FASLEXT)
$(BOOTSYS) --compile --output=$@ --load-directory=. $<
postpar.$(FASLEXT): postpar.boot macros.$(FASLEXT)
- $(BOOTSYS) --compile --boot="old" --output=$@ --load-directory=. $<
+ $(BOOTSYS) --compile --output=$@ --load-directory=. $<
bootlex.$(FASLEXT): bootlex.lisp preparse.$(FASLEXT) def.$(FASLEXT) \
nlib.$(FASLEXT) sys-globals.$(FASLEXT)
@@ -570,7 +570,7 @@ macex.$(FASLEXT): macex.boot ptrees.$(FASLEXT)
$(BOOTSYS) --compile --output=$@ --load-directory=. $<
ptrees.$(FASLEXT): ptrees.boot posit.$(FASLEXT) serror.$(FASLEXT)
- $(BOOTSYS) --compile --boot="old" --output=$@ --load-directory=. $<
+ $(BOOTSYS) --compile --output=$@ --load-directory=. $<
pile.$(FASLEXT): pile.boot scan.$(FASLEXT)
$(BOOTSYS) --compile --boot="old" --output=$@ --load-directory=. $<