mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
* ext/ripper/depend: lex.c's correct path is ../../lex.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d232a50435
commit
6f39590aff
2 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ BISON = bison
|
|||
|
||||
src: ripper.c eventids1.c eventids2table.c
|
||||
|
||||
ripper.o: ripper.c $(top_srcdir)/lex.c eventids1.c eventids2.c eventids2table.c \
|
||||
ripper.o: ripper.c ../../lex.c eventids1.c eventids2.c eventids2table.c \
|
||||
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
|
||||
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
|
||||
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue