diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-19 22:55:51 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-19 22:55:51 +0000 |
commit | 834bd9db0bee977bf4f94bf10562ab073c7bb57f (patch) | |
tree | e71cc4f7b8624a69644519aeb0d04cb8c03dabaa /ext/ripper/depend | |
parent | c033f534c6964da851f05016ace710bda0709145 (diff) |
* lib/mkmf.rb (create_makefile): get rid of a restriction
of Borland make. fixed: [ruby-dev:27460]
* ext/ripper/depend: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/ripper/depend')
-rw-r--r-- | ext/ripper/depend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend index 4f5c822308..0e54262759 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -10,7 +10,8 @@ ripper.o: ripper.c $(hdrdir)/lex.c eventids1.c $(srcdir)/eventids2.c eventids2ta .y.c: $(BISON) -t -v -o$@ $< -all static: check +all: check +static: check ripper.y: $(srcdir)/tools/preproc.rb $(hdrdir)/parse.y $(RUBY) $(srcdir)/tools/preproc.rb $(hdrdir)/parse.y --output=$@ |