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 | c1d4a100ffa6f6cacdc7eb784b4d85e73fdc67fe (patch) | |
| tree | e71cc4f7b8624a69644519aeb0d04cb8c03dabaa /ext/ripper | |
| parent | 1f71f4fa61eb857c940419b96a3e49acb71d9e2e (diff) | |
| download | ruby-c1d4a100ffa6f6cacdc7eb784b4d85e73fdc67fe.tar.gz ruby-c1d4a100ffa6f6cacdc7eb784b4d85e73fdc67fe.tar.xz ruby-c1d4a100ffa6f6cacdc7eb784b4d85e73fdc67fe.zip | |
* lib/mkmf.rb (create_makefile): get rid of a restriction
of Borland make. fixed: [ruby-dev:27460]
* ext/ripper/depend: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/ripper')
| -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 4f5c82230..0e5426275 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=$@ |
