aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-12 22:50:38 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-12 22:50:38 +0000
commit993fb4527de00eac33c829de67924cbe3056c3c5 (patch)
tree3fc3f83f038cc9b7a022ff0569f46039c285e06f /src/interp/Makefile.in
parent00ce53963a1de13d5cd653176561cd63e63f8876 (diff)
downloadopen-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.in')
-rw-r--r--src/interp/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index d8f00284..445c20e5 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -480,6 +480,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=. $<