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

* ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-27 19:31:38 +00:00
parent b288a9f8f9
commit 5f79c781e3
4 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Sat Mar 28 04:31:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.
Sat Mar 28 04:00:00 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/extmk.rb: MINIRUBY is given via make-flag.

View file

@ -1,6 +1,5 @@
# -*- ruby -*-
require 'mkmf'
$:.unshift File.dirname(__FILE__)
require 'type'
require 'dlconfig'

View file

@ -1,6 +1,5 @@
# -*- ruby -*-
require 'mkmf'
$:.unshift File.dirname(__FILE__)
require 'type'
require 'dlconfig'

View file

@ -1,6 +1,5 @@
# -*- ruby -*-
require 'mkmf'
$:.unshift File.dirname(__FILE__)
require 'type'
require 'dlconfig'