diff options
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index d42625c692..3013fbe576 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1192,7 +1192,7 @@ rb_mjit_header.h: PHONY probes.h $(Q) $(IFCHANGE) $@ vm.i INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \ - vmtc.inc vm.inc + vmtc.inc vm.inc mjit_compile.inc !if [exit > insns_rules.mk] !else if [for %I in ($(INSNS)) do \ |