mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* sorry, commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0245c7aa16
commit
404faedbaa
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ end
|
|||
$INSTALLFILES = [
|
||||
["dl.h", "$(archdir)$(target_prefix)", ""],
|
||||
]
|
||||
$distcleanfiles = "callback.h"
|
||||
$distcleanfiles << "callback.h"
|
||||
|
||||
|
||||
check = true
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue