summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-03 07:49:19 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-03 07:49:19 +0000
commit30efd6b3a62975cb4094f4e414d6b7ee9849cf3f (patch)
treeb20ef50093f2792b578e386f93a369112cbd0ba6 /instruby.rb
parentbba5fea7fd0a77276a868498410ade3cbdc36823 (diff)
see ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/instruby.rb b/instruby.rb
index 444b7e6465..483d139fef 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -57,10 +57,6 @@ File.makedirs archlibdir, true
File.makedirs sitelibdir, true
File.makedirs sitearchlibdir, true
-if RUBY_PLATFORM =~ /cygwin/ and File.exist? "import.h"
- File.install "import.h", archlibdir, 0644, true
-end
-
if RUBY_PLATFORM =~ /-aix/
File.install "ruby.imp", archlibdir, 0644, true
end