diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-12 22:50:38 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-12 22:50:38 +0000 |
commit | 993fb4527de00eac33c829de67924cbe3056c3c5 (patch) | |
tree | 3fc3f83f038cc9b7a022ff0569f46039c285e06f /src/interp/Makefile.pamphlet | |
parent | 00ce53963a1de13d5cd653176561cd63e63f8876 (diff) | |
download | open-axiom-993fb4527de00eac33c829de67924cbe3056c3c5.tar.gz |
* bits.lisp: New. Import boot-pkg.
* bits.lisp.pamphlet: Move content to bits.lisp. Remove.
* Makefile.pamphlet (bits.$(FASLEXT)): New rule.
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r-- | src/interp/Makefile.pamphlet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index fe3e5fc6..61d396de 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -1975,6 +1975,9 @@ $(AUTO)/%.$(FASLEXT): %.$(FASLEXT) cstream.$(FASLEXT): cstream.clisp sys-macros.$(FASLEXT) $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< +bits.$(FASLEXT): bits.lisp boot-pkg.$(FASLEXT) + $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< + dq.$(FASLEXT): dq.boot boot-pkg.$(FASLEXT) $(BOOTSYS) -- --compile --output=$@ --load-directory=. $< |