1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/ripper/depend: add .y to .SUFFIXES for nmake.

fixed: [ruby-dev:26294]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2005-06-06 07:37:07 +00:00
parent 99645d57db
commit 0e7ab28c36
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jun 6 16:35:18 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/ripper/depend: add .y to .SUFFIXES for nmake.
Sun Jun 5 23:00:35 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/tk/console.rb: create console when required

View file

@ -1,3 +1,4 @@
.SUFFIXES: .y
common: src rb
src: ripper.c eventids1.c
rb: $(srcdir)/lib/ripper/core.rb