From 345c1408a94d5dbb62ed85c0ff0aa864251f203a Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 20 Oct 2014 14:59:33 +0000 Subject: * common.mk (lib/unicode_normlize/table.rb): enable running (n)make in non-srcdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ common.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ddcd739bf1..51fe5c9aaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 20 23:57:58 2014 NAKAMURA Usaku + + * common.mk (lib/unicode_normlize/table.rb): enable running (n)make + in non-srcdir. + Mon Oct 20 23:58:04 2014 Nobuyoshi Nakada * tool/downloader.rb: add -a option to always download regardless diff --git a/common.mk b/common.mk index 222c7745cd..90f74d15d1 100644 --- a/common.mk +++ b/common.mk @@ -1101,7 +1101,7 @@ enc/unicode/data/UnicodeData.txt \ enc/unicode/data/CompositionExclusions.txt \ enc/unicode/data/NormalizationTest.txt: update-unicode -lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \ +lib/unicode_normalize/tables.rb: $(srcdir)/tool/unicode_norm_gen.rb \ enc/unicode/data/UnicodeData.txt \ enc/unicode/data/CompositionExclusions.txt $(BASERUBY) -s -C "$(srcdir)" tool/unicode_norm_gen.rb \ -- cgit v1.2.3