diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-18 02:03:50 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-18 02:03:50 +0000 |
| commit | 5e86e74526563f5bb6ad486edb3345abe334178f (patch) | |
| tree | 2e368039ab5dfb9a112e0bf77f877e89e6d05c7b | |
| parent | e929d3fe2cfb1233b6fbce2d596a885395aa46a4 (diff) | |
| download | ruby-5e86e74526563f5bb6ad486edb3345abe334178f.tar.gz ruby-5e86e74526563f5bb6ad486edb3345abe334178f.tar.xz ruby-5e86e74526563f5bb6ad486edb3345abe334178f.zip | |
* sorry, commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ext/dl/extconf.rb | 2 | ||||
| -rw-r--r-- | 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 ef9f09438..0eabff608 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 00821ccb0..da498639a 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") |
