ruby-changes:10194
From: nobu <ko1@a...>
Date: Thu, 22 Jan 2009 17:04:13 +0900 (JST)
Subject: [ruby-changes:10194] Ruby:r21738 (trunk): * ext/socket/extconf.rb ($distcleanfiles): fixed typo.
nobu 2009-01-22 17:02:41 +0900 (Thu, 22 Jan 2009) New Revision: 21738 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21738 Log: * ext/socket/extconf.rb ($distcleanfiles): fixed typo. Modified files: trunk/ext/socket/extconf.rb Index: ext/socket/extconf.rb =================================================================== --- ext/socket/extconf.rb (revision 21737) +++ ext/socket/extconf.rb (revision 21738) @@ -298,7 +298,7 @@ have_header("sys/un.h") have_header("sys/uio.h") -$distcleanfiles.concat << "constants.h" << "constdefs.*" +$distcleanfiles << "constants.h" << "constdefs.*" if have_func(test_func) have_func("hsterror") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/