mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
018e1e4f5e
commit
d597a39042
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue