aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-24 13:46:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-24 13:46:00 +0900
commit6ab3664635aae9c35c207fb570e14740d8383444 (patch)
tree629e5b1d4b88ae4c55070290e04a4b6546345a7f /common.mk
parent448c76be63f8712d29161701575a51823565bc2b (diff)
downloadruby-6ab3664635aae9c35c207fb570e14740d8383444.tar.gz
Moved MJIT_WITHOUT_TABS default to configure.ac
And then the environment variable.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 5d3e43ba09..8c501725f5 100644
--- a/common.mk
+++ b/common.mk
@@ -221,9 +221,6 @@ mjit_config.h: Makefile
# These rules using MJIT_HEADER_SUFFIX must be in common.mk, not
# Makefile.in, in order to override the macro in defs/universal.mk.
-# Pass MJIT_WITHOUT_TABS=false to disable tool/run_without_tabs.rb
-MJIT_WITHOUT_TABS=true
-
# Other `-Dxxx`s preceding `-DMJIT_HEADER` will be removed in transform_mjit_header.rb.
# So `-DMJIT_HEADER` should be passed first when rb_mjit_header.h is generated.
$(TIMESTAMPDIR)/$(MJIT_HEADER:.h=)$(MJIT_HEADER_SUFFIX).time: probes.h vm.$(OBJEXT) \