mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb (configuration): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9118351374
commit
c0eb19d91a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 25 14:46:14 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (configuration): typo.
|
||||
|
||||
Tue Jul 25 13:14:32 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* process.c (rb_proc_times): rename hz to hertz to avoid name
|
||||
|
|
|
@ -948,7 +948,7 @@ topdir = #{($extmk ? CONFIG["topdir"] : $topdir).quote}
|
|||
hdrdir = #{$extmk ? CONFIG["hdrdir"].quote : '$(topdir)'}
|
||||
VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])}
|
||||
}
|
||||
if $destdir = CONFIG["prefix"][$dest_prefix_pattern, 1]
|
||||
if destdir = CONFIG["prefix"][$dest_prefix_pattern, 1]
|
||||
mk << "\nDESTDIR = #{destdir}\n"
|
||||
end
|
||||
CONFIG.each do |key, var|
|
||||
|
|
Loading…
Add table
Reference in a new issue