aboutsummaryrefslogtreecommitdiffstats
path: root/ext
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
commitd597a390428272102ecde2f09b359cc88d574e06 (patch)
treeaa2f0bd95d9e59b2df154e7d2c98401b673bccbd /ext
parent018e1e4f5ef9ce7242d971d42d923d8edb87225b (diff)
downloadruby-d597a390428272102ecde2f09b359cc88d574e06.tar.gz
* ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-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 24eb736af0..5138d34008 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")