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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index b63d4067..a1f1d24c 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -434,6 +434,8 @@ profile.$(FASLEXT): profile.boot macros.$(FASLEXT)
rulesets.$(FASLEXT): rulesets.boot vmlisp.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+i-output.$(FASLEXT): i-output.boot sys-macros.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
format.$(FASLEXT): format.boot macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<