aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
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}