mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/depend: fix ripper.o dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b25eee46e
commit
9ad74dd377
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Nov 20 20:42:42 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* ext/ripper/depend: fix ripper.o dependency.
|
||||
|
||||
Sat Nov 20 17:48:29 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* io.c (io_reopen): work around problem with Cygwin fseeko
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ripper.o: $(hdrdir)/lex.c eventids1.c eventids2.c
|
||||
ripper.o: ripper.c $(hdrdir)/lex.c eventids1.c $(srcdir)/eventids2.c
|
||||
|
||||
ripper.c: ripper.y
|
||||
bison -t -v -o$@ ripper.y
|
||||
|
|
Loading…
Reference in a new issue