summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 08:02:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 08:02:41 +0000
commit25eca0e8ad28474a3409c65f44b471667d8b0f9c (patch)
tree085f1fc8be7bdaee12defe3e4c2d395ede664598
parent27a449ea014342b39d5c34e955d9c42022c538ec (diff)
downloadruby-25eca0e8ad28474a3409c65f44b471667d8b0f9c.tar.gz
ruby-25eca0e8ad28474a3409c65f44b471667d8b0f9c.tar.xz
ruby-25eca0e8ad28474a3409c65f44b471667d8b0f9c.zip
* ext/socket/extconf.rb ($distcleanfiles): fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/socket/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index 5138d3400..b6a303cc4 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -298,7 +298,7 @@ end
have_header("sys/un.h")
have_header("sys/uio.h")
-$distcleanfiles.concat << "constants.h" << "constdefs.*"
+$distcleanfiles << "constants.h" << "constdefs.*"
if have_func(test_func)
have_func("hsterror")