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:
parent
f3ad4110be
commit
d91b502dec
1 changed files with 2 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue