summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 07:57:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 07:57:41 +0000
commit27a449ea014342b39d5c34e955d9c42022c538ec (patch)
treeaa2f0bd95d9e59b2df154e7d2c98401b673bccbd
parent83f3018316aeb9a7e7664ff6968bb4d4d7e2f18b (diff)
downloadruby-27a449ea014342b39d5c34e955d9c42022c538ec.tar.gz
ruby-27a449ea014342b39d5c34e955d9c42022c538ec.tar.xz
ruby-27a449ea014342b39d5c34e955d9c42022c538ec.zip
* ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21737 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 24eb736af..5138d3400 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 << "constants.h"
+$distcleanfiles.concat << "constants.h" << "constdefs.*"
if have_func(test_func)
have_func("hsterror")