summaryrefslogtreecommitdiff
path: root/ext/socket/extconf.rb
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
commit044965df97730730ff27918098dc70e546fc1461 (patch)
tree085f1fc8be7bdaee12defe3e4c2d395ede664598 /ext/socket/extconf.rb
parentd597a390428272102ecde2f09b359cc88d574e06 (diff)
* ext/socket/extconf.rb ($distcleanfiles): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/extconf.rb')
-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 5138d34008..b6a303cc48 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")