aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.pamphlet
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.pamphlet
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.pamphlet')
-rw-r--r--src/interp/Makefile.pamphlet4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index ad4d277d..a698508a 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -1972,6 +1972,10 @@ distclean-local: clean-local
$(AUTO)/%.$(FASLEXT): %.$(FASLEXT)
$(INSTALL) $< $@
+
+dq.$(FASLEXT): dq.boot boot-pkg.$(FASLEXT)
+ $(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
+
<<as.clisp>>
<<ax.clisp>>