1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

common.mk: relax dependency

* common.mk (lib/unicode_normalize/tables.rb): should depend on
  Unicode data files only when downloading.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-11-11 17:41:42 +00:00
parent f3ad4110be
commit d91b502dec

View file

@ -1128,7 +1128,8 @@ download-unicode-data: ./.unicode-$(UNICODE_VERSION).time
$(UNICODE_VERSION)/ucd/NormalizationTest.txt
@exit > $@
$(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): ./.unicode-tables.time
$(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): \
$(UNICODE_FILES_DEPS:download-unicode-data=./.unicode-tables.time)
./.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \
$(UNICODE_FILES) $(UNICODE_FILES_DEPS) \