diff options
author | Takashi Kokubun <[email protected]> | 2023-03-06 23:04:27 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-06 23:05:50 -0800 |
commit | 011c08b643757b2369f28fcae190ad1e98623789 (patch) | |
tree | 6e8e0bb8029e9d4a317ebf4669215a3af6d605fe /win32 | |
parent | fd4a397e88f61b4261dd54dae77571ec5951ec94 (diff) |
Remove obsoleted mjit_sp_inc.inc.erb
Diffstat (limited to 'win32')
-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 903a338942..ae97edcb8d 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1353,7 +1353,7 @@ probes.h: {$(VPATH)}probes.dmyh <<KEEP INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \ - vmtc.inc vm.inc mjit_sp_inc.inc + vmtc.inc vm.inc !if [exit > insns_rules.mk] !else if [for %I in ($(INSNS)) do \ |