ruby-changes:41511
From: nobu <ko1@a...>
Date: Tue, 19 Jan 2016 11:38:29 +0900 (JST)
Subject: [ruby-changes:41511] nobu:r53585 (trunk): common.mk: fix dependency
nobu 2016-01-19 11:39:07 +0900 (Tue, 19 Jan 2016) New Revision: 53585 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53585 Log: 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. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 53584) +++ common.mk (revision 53585) @@ -1025,7 +1025,7 @@ $(srcdir)/$(HAVE_BASERUBY:yes=lib/unicod https://github.com/ruby/ruby/blob/trunk/common.mk#L1025 $(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 \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/