From d91b502dec264ba12a8df852fae9314f520d93ab Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Nov 2014 17:41:42 +0000 Subject: 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 --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index c9c765c0b1..746e7b1062 100644 --- a/common.mk +++ b/common.mk @@ -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) \ -- cgit v1.2.3