Use LRAMA instead of YACC

This commit is contained in:
ydah 2025-01-12 19:30:06 +09:00 committed by Yudai Takada
parent eafba0d5d3
commit ccb4ba45ed
Notes: git 2025-01-14 08:20:22 +00:00
4 changed files with 8 additions and 8 deletions

View file

@ -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@