mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk (srcs-enc): generate unicode_normalize/tables.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
51af3be356
commit
2435904da7
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ EXT_SRCS = $(srcdir)/ext/ripper/ripper.c $(srcdir)/ext/json/parser/parser.c \
|
|||
|
||||
srcs-ext: $(EXT_SRCS)
|
||||
|
||||
srcs-enc: $(ENC_MK)
|
||||
srcs-enc: $(ENC_MK) lib/unicode_normalize/tables.rb
|
||||
$(ECHO) making srcs under enc
|
||||
$(Q) $(MAKE) -f $(ENC_MK) RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" $(MFLAGS) srcs
|
||||
|
||||
|
|
Loading…
Reference in a new issue