Use LRAMA instead of BISON

This commit is contained in:
ydah 2025-01-12 19:29:04 +09:00 committed by Yudai Takada
parent 2f0741dd3c
commit eafba0d5d3
Notes: git 2025-01-14 08:20:22 +00:00

View File

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