diff options
author | dos-reis <gdr@axiomatics.org> | 2012-01-14 20:04:27 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-01-14 20:04:27 +0000 |
commit | 80113187efe3df1192a1ea060201e27fb6462375 (patch) | |
tree | 3c327394a526fcccf2c840db47b27ce4c2f77b28 /src/interp/Makefile.in | |
parent | aef4e0276d0324933e07ee4cfb30a593730f7428 (diff) | |
download | open-axiom-80113187efe3df1192a1ea060201e27fb6462375.tar.gz |
* interp/spaderror.lisp: Move convent to spad.lisp. Remove.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r-- | src/interp/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 76fc6029..ac5a584e 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -102,8 +102,7 @@ OBJS= boot-pkg.$(FASLEXT) types.$(FASLEXT) \ sfsfun-l.$(FASLEXT) sfsfun.$(FASLEXT) \ slam.$(FASLEXT) \ preparse.$(FASLEXT) bootlex.$(FASLEXT) \ - spad.$(FASLEXT) spaderror.$(FASLEXT) \ - termrw.$(FASLEXT) \ + spad.$(FASLEXT) termrw.$(FASLEXT) \ trace.$(FASLEXT) word.$(FASLEXT) \ fortcall.$(FASLEXT) i-parser.$(FASLEXT) \ $(OCOBJS) $(BROBJS) setvart.$(FASLEXT) @@ -354,7 +353,6 @@ dq.$(FASLEXT): types.$(FASLEXT) ## General support and utilities. daase.$(FASLEXT): sys-utility.$(FASLEXT) -spaderror.$(FASLEXT): macros.$(FASLEXT) debug.$(FASLEXT): macros.$(FASLEXT) parsing.$(FASLEXT) spad.$(FASLEXT): bootlex.$(FASLEXT) postpar.$(FASLEXT) debug.$(FASLEXT) monitor.$(FASLEXT): macros.$(FASLEXT) |