1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05: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:
naruse 2009-01-27 03:24:17 +00:00
parent d232a50435
commit 6f39590aff
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Jan 27 12:21:17 2009 NARUSE, Yui <naruse@ruby-lang.org>
* ext/ripper/depend: lex.c's correct path is ../../lex.c.
Tue Jan 27 11:09:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (try_header): checks the header depending on

View file

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