summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 22:53:38 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 22:53:38 -0800
commitb2130d5f5d5cf01f371275ec92bbed56f93a7770 (patch)
tree2030ad9e6d207574e59bae5c37260c265191165c /template
parent072fc7671a2e1d203b8e006c5cd9d629b0315fa8 (diff)
downloadruby-b2130d5f5d5cf01f371275ec92bbed56f93a7770.tar.gz
Remove obsoleted tool/mjit_tabs.rb
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index c912262140..3068992e6d 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -102,7 +102,6 @@ MJIT_OPTFLAGS = @MJIT_OPTFLAGS@
MJIT_DEBUGFLAGS = @MJIT_DEBUGFLAGS@
MJIT_LDSHARED = @MJIT_LDSHARED@
MJIT_DLDFLAGS = $(XDLDFLAGS)
-MJIT_TABS=@MJIT_TABS@
YJIT_SUPPORT=@YJIT_SUPPORT@
YJIT_LIBS=@YJIT_LIBS@
YJIT_OBJ=@YJIT_OBJ@