summaryrefslogtreecommitdiff
path: root/ext/socket/extconf.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 02:03:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 02:03:50 +0000
commit404faedbaab52bdc184eaba2332ec4cae55b7e01 (patch)
tree2e368039ab5dfb9a112e0bf77f877e89e6d05c7b /ext/socket/extconf.rb
parent0245c7aa161548fd176794f1b3495cb634b96049 (diff)
* sorry, commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9409 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 00821ccb01..da498639ad 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -268,7 +268,7 @@ end
have_header("sys/un.h")
have_header("sys/uio.h")
-$distcleanfiles = "constants.h"
+$distcleanfiles << "constants.h"
if have_func(test_func)
have_func("hsterror")