mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
follow previous lex.c change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c571d4702e
commit
1a8d5ed8cb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ BISON = bison
|
|||
|
||||
src: ripper.c eventids1.c eventids2table.c
|
||||
|
||||
ripper.o: ripper.c $(hdrdir)/lex.c eventids1.c $(srcdir)/eventids2.c eventids2table.c
|
||||
ripper.o: ripper.c $(topdir)/lex.c eventids1.c $(srcdir)/eventids2.c eventids2table.c
|
||||
|
||||
.y.c:
|
||||
$(BISON) -t -v -o$@ $<
|
||||
|
|
Loading…
Reference in a new issue