Skip to content

Commit

Permalink
Use varables
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 12, 2023
1 parent ae71e87 commit 38e6593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/ripper/depend
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEN = $(srcdir)/tools/generate.rb
SRC1 = $(top_srcdir)/parse.y
SRC2 = $(srcdir)/eventids2.c
BISON = ruby $(top_srcdir)/tool/lrama/exe/lrama
BISON = $(RUBY) $(top_srcdir)/tool/lrama/exe/lrama

.SUFFIXES: .y

Expand Down
2 changes: 1 addition & 1 deletion win32/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ CC = cl -nologo
CPP = $(CC) -E
!endif
!if !defined(YACC)
YACC = "ruby $(top_srcdir)/tool/lrama/exe/lrama"
YACC = "$(BASERUBY) $(top_srcdir)/tool/lrama/exe/lrama"
!endif
AR = lib -nologo
PURIFY =
Expand Down

0 comments on commit 38e6593

Please sign in to comment.