summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorydah <t.yudai92@gmail.com>2025-01-12 19:29:04 +0900
committerYudai Takada <t.yudai92@gmail.com>2025-01-14 17:20:02 +0900
commiteafba0d5d3c10678fae23ae35e2923c3cb70de66 (patch)
treeb2c0393c108912f762ace7a6c0df6868c0f5d22f
parent2f0741dd3ce7511e1d0a363d0a8b91d740f31df5 (diff)
Use LRAMA instead of BISON
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12556
-rw-r--r--ext/ripper/depend4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend
index 68a5558779..9cca2d315e 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -1,7 +1,7 @@
GEN = $(srcdir)/tools/generate.rb
SRC1 = $(top_srcdir)/parse.y
SRC2 = $(srcdir)/eventids2.c
-BISON = $(BASERUBY) $(top_srcdir)/tool/lrama/exe/lrama
+LRAMA = $(BASERUBY) $(top_srcdir)/tool/lrama/exe/lrama
.SUFFIXES: .y
@@ -12,7 +12,7 @@ ripper.o: ripper.c
.y.c:
$(ECHO) compiling compiler $<
- $(Q) $(BISON) -o$@ - $< < $<
+ $(Q) $(LRAMA) -o$@ - $< < $<
all: check
static: check