From 8d004969118b06d0057841f2e89ddfd0807ad765 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 6 Nov 2014 05:46:43 +0000 Subject: Revert r48278 "common.mk: update unicode data only if BASERUBY is available" Moreover its error "make[1]: *** No rule to make target `lib/unicode_normalize/tables.rb', needed by `srcs-lib'. Stop." is not a good error message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48295 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 29a01b63bb..75c6a7a646 100644 --- a/common.mk +++ b/common.mk @@ -1124,7 +1124,7 @@ 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)/lib/unicode_normalize/tables.rb: ./.unicode-tables.time ./.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \ $(UNICODE_FILES) $(UNICODE_FILES_DEPS) \ -- cgit v1.2.3