From 60a74f6c6415bfa56110c324b34144caf9ff90a5 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Jan 2016 02:39:07 +0000 Subject: common.mk: fix dependency * common.mk (.unicode-tables.time): should not depend on files which are not downloaded yet, but just the timestamp for them. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index a6c345edd9..5c283781e2 100644 --- a/common.mk +++ b/common.mk @@ -1025,7 +1025,7 @@ $(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): \ $(srcdir)/.unicode-tables.time $(srcdir)/.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \ - $(UNICODE_FILES) $(UNICODE_FILES_DEPS) \ + $(UNICODE_FILES_DEPS) \ $(srcdir)/template/unicode_norm_gen.tmpl $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb \ -c -t$@ -o $(srcdir)/lib/unicode_normalize/tables.rb \ -- cgit v1.2.3