diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-04 02:11:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-04 02:11:33 +0000 |
| commit | 103589aa7bc7e0c714db36c897448263365993ff (patch) | |
| tree | 243d6a6058c58b3fc0bbd8d8318c7d6886d9d619 /ChangeLog | |
| parent | f1eaa7583d6f7e36848a91af4801696870ba011e (diff) | |
| download | ruby-103589aa7bc7e0c714db36c897448263365993ff.tar.gz ruby-103589aa7bc7e0c714db36c897448263365993ff.tar.xz ruby-103589aa7bc7e0c714db36c897448263365993ff.zip | |
* ext/extmk.rb (extmake): does not use both of makefile.rb and
extconf.rb at the same time.
* lib/mkmf.rb (DLLIB): depends on Makefile. [ruby-core:21096]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun Jan 4 11:11:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/extmk.rb (extmake): does not use both of makefile.rb and + extconf.rb at the same time. + + * lib/mkmf.rb (DLLIB): depends on Makefile. [ruby-core:21096] + Sun Jan 4 09:27:41 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/socket/socket.c (constant_arg): constified. |
