diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-21 05:17:54 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-21 05:17:54 +0000 |
| commit | 4388e4dad578ccc72db1b6762198a3ba1a7295ff (patch) | |
| tree | b57388b6fe364e4fba2f7c25f12e759e03dc0a91 | |
| parent | b7ec3e656977f15a22c64f68b34d200f3c030190 (diff) | |
| download | ruby-4388e4dad578ccc72db1b6762198a3ba1a7295ff.tar.gz ruby-4388e4dad578ccc72db1b6762198a3ba1a7295ff.tar.xz ruby-4388e4dad578ccc72db1b6762198a3ba1a7295ff.zip | |
* ext/ripper/depend (SUFFIXES): no longer needed.
* ext/ripper/depend (c): avoid nmake problem. fixed [ruby-dev:27191]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | ext/ripper/depend | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -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 diff --git a/ext/ripper/depend b/ext/ripper/depend index 2f5cc9f3e..f07bc9d38 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -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 |
