* ext/socket/extconf.rb ($distcleanfiles): fixed typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-01-22 08:02:41 +00:00
Родитель d597a39042
Коммит 044965df97
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -298,7 +298,7 @@ end
have_header("sys/un.h") have_header("sys/un.h")
have_header("sys/uio.h") have_header("sys/uio.h")
$distcleanfiles.concat << "constants.h" << "constdefs.*" $distcleanfiles << "constants.h" << "constdefs.*"
if have_func(test_func) if have_func(test_func)
have_func("hsterror") have_func("hsterror")