diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-25 21:18:38 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-25 21:18:38 +0000 |
commit | 1bcc17d3ac7893cca17c04e74812c36acae2592e (patch) | |
tree | f21624457a545c85ba1e18db59c348f36244e15f /src/interp/lisplib.boot | |
parent | b9a41aa55d8434aa303791d6e8a9e24a3eed5d60 (diff) | |
download | open-axiom-1bcc17d3ac7893cca17c04e74812c36acae2592e.tar.gz |
* Makefile.pamphlet (util.$(FASLEXT)): Move down.
(bookvol5.$(FASLEXT)): Likewise.
(<<depsys>>): Don't extract.
(makeint.lisp): Don't depend on $(DEPSYS).
(all-interpsys): Don't dependen on all-depsys.
(all-axiomsys): Likewise. Now depend on all-interpsys.
(apply.$(FASLEXT)): New rule.
(lisplib.$(FASLEXT)): Likewise.
(spad.$(FASLEXT)): Likewise.
(axext_l.$(FASLEXT)): Likewise.
(foam_l.$(FASLEXT)): Likewise.
Diffstat (limited to 'src/interp/lisplib.boot')
-rw-r--r-- | src/interp/lisplib.boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index 47e4b666..69caf0d0 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -30,6 +30,8 @@ -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +import '"nlib" +import '"c-util" )package "BOOT" --% Standard Library Creation Functions |