From 27a449ea014342b39d5c34e955d9c42022c538ec Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Jan 2009 07:57:41 +0000 Subject: * 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 --- ext/socket/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit