summaryrefslogtreecommitdiffstats
path: root/ext/socket
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
commit5e86e74526563f5bb6ad486edb3345abe334178f (patch)
tree2e368039ab5dfb9a112e0bf77f877e89e6d05c7b /ext/socket
parente929d3fe2cfb1233b6fbce2d596a885395aa46a4 (diff)
downloadruby-5e86e74526563f5bb6ad486edb3345abe334178f.tar.gz
ruby-5e86e74526563f5bb6ad486edb3345abe334178f.tar.xz
ruby-5e86e74526563f5bb6ad486edb3345abe334178f.zip
* sorry, commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket')
-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 00821ccb0..da498639a 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")