aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-12 22:34:35 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-12 22:34:35 +0000
commit85b24b09dc2103e0d44b043c85f29bb26272a9ef (patch)
tree09d209066481cd0d8bf48e8eedf358946eb455b9 /src/interp/Makefile.in
parentedc726b51cc48c0a1f9241fa159f85d512e98968 (diff)
downloadopen-axiom-85b24b09dc2103e0d44b043c85f29bb26272a9ef.tar.gz
* dq.boot: New.
* dq.boot.pamphlet: Move content to dq.boot.pamphlet. Remove. * Makefile.pamphlet (dq.$(FASLEXT)): New rule.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 3f0fed26..0664b77a 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -477,6 +477,10 @@ database.date:
$(AUTO)/%.$(FASLEXT): %.$(FASLEXT)
$(INSTALL) $< $@
+
+dq.$(FASLEXT): dq.boot boot-pkg.$(FASLEXT)
+ $(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
+
as.clisp: as.boot
@ echo 417 making $@ from $<
@ echo '(progn (old-boot::boot "as.boot"))' | ${DEPSYS}