summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 15:30:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 15:30:10 +0000
commit2435904da7970c42e42cf521021972e1f3088118 (patch)
tree857d2339afd96200098093bd3f3d6c7d9f7532e5 /common.mk
parent51af3be356a2bc9b9c834233c52ce1cbd5f59985 (diff)
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index d8ebe98fe5..7ed419b097 100644
--- a/common.mk
+++ b/common.mk
@@ -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