diff options
| author | ydah <t.yudai92@gmail.com> | 2025-01-12 19:30:06 +0900 |
|---|---|---|
| committer | Yudai Takada <t.yudai92@gmail.com> | 2025-01-14 17:20:02 +0900 |
| commit | ccb4ba45ed0439764fc44a40469e396187d83a71 (patch) | |
| tree | 4c94c75b30f00d38e5a6db5befb5014321dccba8 /template | |
| parent | eafba0d5d3c10678fae23ae35e2923c3cb70de66 (diff) | |
Use LRAMA instead of YACC
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12556
Diffstat (limited to 'template')
| -rw-r--r-- | template/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index bef5a08539..695f7cec55 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -29,7 +29,7 @@ CPP = @CPP@ LD = @LD@ RUSTC = @RUSTC@ CARGO = @CARGO@ -YACC = $(BASERUBY) $(tooldir)/lrama/exe/lrama +LRAMA = $(BASERUBY) $(tooldir)/lrama/exe/lrama PURIFY = AUTOCONF = autoconf CONFIGURE = @CONFIGURE@ |
