aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-06-10 05:55:07 +0000
committerdos-reis <gdr@axiomatics.org>2012-06-10 05:55:07 +0000
commit6da0c161f99ee105a3bb461625ca2b3be87f7015 (patch)
treedf7ac82bbf248f8f46eb82d0613b840ff1ed0bc3 /src/interp/Makefile.in
parent6a5c8a141d2d0a980d59531d090811c16afa3704 (diff)
downloadopen-axiom-6da0c161f99ee105a3bb461625ca2b3be87f7015.tar.gz
* interp/newaux.lisp: Move Nud property setting to spad-parser.boot.
Import sys-utility. * interp/Makefile.in: Adjust.
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 49513340..db05e53b 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -314,11 +314,11 @@ server.$(FASLEXT): sys-macros.$(FASLEXT)
## The old parser component roughtly is:
##
-spad-parser.$(FASLEXT): parse.$(FASLEXT) lexing.$(FASLEXT)
+spad-parser.$(FASLEXT): parse.$(FASLEXT) lexing.$(FASLEXT) newaux.$(FASLEXT)
parse.$(FASLEXT): postpar.$(FASLEXT)
packtran.$(FASLEXT): sys-macros.$(FASLEXT)
postpar.$(FASLEXT): sys-macros.$(FASLEXT)
-newaux.$(FASLEXT): sys-macros.$(FASLEXT)
+newaux.$(FASLEXT): sys-macros.$(FASLEXT) sys-utility.$(FASLEXT)
nlib.$(FASLEXT): sys-macros.$(FASLEXT)
lexing.$(FASLEXT): sys-utility.$(FASLEXT) sys-macros.$(FASLEXT) \
io.$(FASLEXT)