summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2026-03-12 13:27:40 -0400
committerKevin Newton <kddnewton@gmail.com>2026-03-13 09:15:28 -0400
commita70dbe1065f58a23a85e576d19e3434e6dd4bb64 (patch)
tree9d4be0c6573754d753a3a87a8c854b7c42cb8c4c /template
parent90f6507e4fb55de253d24032f7915f6c0de6afa0 (diff)
Use Prism for mk_builtin_loader.rb
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 8e93efc310..3226daa791 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -37,6 +37,7 @@ CONFIGURE = @CONFIGURE@
MKFILES = @MAKEFILES@
BASERUBY = @BASERUBY@
HAVE_BASERUBY = @HAVE_BASERUBY@
+DUMP_AST = @DUMP_AST@
TEST_RUNNABLE = @TEST_RUNNABLE@
CROSS_COMPILING = @CROSS_COMPILING@
DOXYGEN = @DOXYGEN@