mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: fix missing quote
* common.mk (lib/unicode_normalize/tables.rb): fix missing quote and script path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1c047683da
commit
795cb77701
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ update-unicode: PHONY
|
|||
lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \
|
||||
enc/unicode/data/UnicodeData.txt \
|
||||
enc/unicode/data/CompositionExclusions.txt
|
||||
$(BASERUBY) -C "$(srcdir)/tool tool/unicode_norm_gen.rb
|
||||
$(BASERUBY) -C "$(srcdir)/tool" unicode_norm_gen.rb
|
||||
|
||||
info: info-program info-libruby_a info-libruby_so info-arch
|
||||
info-program: PHONY
|
||||
|
|
Loading…
Reference in a new issue