mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Use LRAMA instead of BISON
This commit is contained in:
parent
2f0741dd3c
commit
eafba0d5d3
Notes:
git
2025-01-14 08:20:22 +00:00
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user