From 404faedbaab52bdc184eaba2332ec4cae55b7e01 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 18 Oct 2005 02:03:50 +0000 Subject: * sorry, commit miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/extconf.rb | 2 +- ext/socket/extconf.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dl/extconf.rb b/ext/dl/extconf.rb index ef9f09438d..0eabff608d 100644 --- a/ext/dl/extconf.rb +++ b/ext/dl/extconf.rb @@ -7,7 +7,7 @@ end $INSTALLFILES = [ ["dl.h", "$(archdir)$(target_prefix)", ""], ] -$distcleanfiles = "callback.h" +$distcleanfiles << "callback.h" check = true diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index 00821ccb01..da498639ad 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -268,7 +268,7 @@ end have_header("sys/un.h") have_header("sys/uio.h") -$distcleanfiles = "constants.h" +$distcleanfiles << "constants.h" if have_func(test_func) have_func("hsterror") -- cgit v1.2.3