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.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 29cd5263..fd8f1b66 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -484,6 +484,12 @@ compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \
modemap.$(FASLEXT) pathname.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+nrungo.$(FASLEXT): nrungo.boot c-util.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
+nruntime.$(FASLEXT): nruntime.boot c-util.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
iterator.$(FASLEXT): iterator.boot g-util.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
@@ -745,14 +751,6 @@ nrunfast.clisp: nrunfast.boot
@ echo 356 making $@ from $<
@ echo '(old-boot::boot "nrunfast.boot")' | ${DEPSYS}
-nrungo.clisp: nrungo.boot
- @ echo 359 making $@ from $<
- @ echo '(old-boot::boot "nrungo.boot")' | ${DEPSYS}
-
-nruntime.clisp: nruntime.boot
- @ echo 362 making $@ from $<
- @ echo '(old-boot::boot "nruntime.boot")' | ${DEPSYS}
-
nrunopt.clisp: nrunopt.boot
@ echo 365 making $@ from $<
@ echo '(old-boot::boot "nrunopt.boot")' | ${DEPSYS}