summaryrefslogtreecommitdiffstats
path: root/ext/fcntl
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 05:04:04 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 05:04:04 +0000
commitfde29010bfe19d65d9d2d5080b8501739becd622 (patch)
tree1fcaac53c1b2c69da1b085a6fb34d66d95db9aaa /ext/fcntl
parent0c4234fc5094310a051eb8edd35eb182cc21c3f5 (diff)
downloadruby-fde29010bfe19d65d9d2d5080b8501739becd622.tar.gz
ruby-fde29010bfe19d65d9d2d5080b8501739becd622.tar.xz
ruby-fde29010bfe19d65d9d2d5080b8501739becd622.zip
* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.
* ext/enumerator/extconf.rb, ext/fcntl/extconf.rb, ext/stringio/extconf.rb: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/fcntl')
-rw-r--r--ext/fcntl/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fcntl/extconf.rb b/ext/fcntl/extconf.rb
new file mode 100644
index 000000000..8b717d4a5
--- /dev/null
+++ b/ext/fcntl/extconf.rb
@@ -0,0 +1,2 @@
+require 'mkmf'
+create_makefile('fcntl')