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

* ext/ripper/depend (SUFFIXES): no longer needed.

* ext/ripper/depend (c): avoid nmake problem. fixed [ruby-dev:27191]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2005-09-21 05:17:54 +00:00
parent db06d0ff5a
commit 5cbb885ce1
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Wed Sep 21 14:16:30 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/ripper/depend (SUFFIXES): no longer needed.
* ext/ripper/depend (c): avoid nmake problem. fixed [ruby-dev:27191]
Wed Sep 21 08:52:25 2005 why the lucky stiff <why@ruby-lang.org>
* ext/syck/token.c: correctly compute identation of a block

View file

@ -1,5 +1,4 @@
.SUFFIXES: .y
c: ripper.c eventids1.c
c : ripper.c eventids1.c
dev: c rb
ripper.o: ripper.c $(hdrdir)/lex.c eventids1.c $(srcdir)/eventids2.c