mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use LRAMA instead of YACC
This commit is contained in:
parent
eafba0d5d3
commit
ccb4ba45ed
Notes:
git
2025-01-14 08:20:22 +00:00
4 changed files with 8 additions and 8 deletions
|
@ -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@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue