mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Replace versioned Unicode header paths with UNICODE_HDR_DIR
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91cb5c1a70
commit
29c9f4a590
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ def in_makefile(target, source)
|
|||
when *FILES_SAME_NAME_TOP then source2 = "$(top_srcdir)/#{source}"
|
||||
when %r{\A\.ext/include/[^/]+/ruby/} then source2 = $'
|
||||
when %r{\Ainclude/ruby/} then source2 = $'
|
||||
when %r{\Aenc/unicode/[\d.]+/} then source2 = '$(UNICODE_HDR_DIR)/' + $'
|
||||
when %r{\Aenc/} then source2 = source
|
||||
else source2 = "$(top_srcdir)/#{source}"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue