aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 10:54:55 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 10:54:55 +0000
commit27cbf1f50d28f916d7a0157a2cac0d8e2acec1e2 (patch)
tree73bdcd8241ea9d06b37786c0a6ed555796df179a
parent10cb4ca0c47d11e5ac32996e1efa4d7668659332 (diff)
downloadruby-27cbf1f50d28f916d7a0157a2cac0d8e2acec1e2.tar.gz
config.mk: Added missing data files as targets for prerequisite update_unicode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
-rw-r--r--common.mk4
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ecdf5db9bf..829c19d274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,7 @@
-Mon Oct 20 19:06:06 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+Mon Oct 20 19:54:54 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
- * tool/downloader.rb: Make sure we update to latest version
- if network connection is available, but we don't fail if
- there is no network connection but option -e is set and
- we already have a version of the file.
+ * config.mk: Added missing data files as targets for
+ prerequisite update_unicode.
Mon Oct 20 19:06:06 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
diff --git a/common.mk b/common.mk
index 6d252c6978..c99c4f91e1 100644
--- a/common.mk
+++ b/common.mk
@@ -1095,7 +1095,9 @@ update-unicode: PHONY
../../../tool/downloader.rb -e unicode \
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
-enc/unicode/data/UnicodeData.txt: update-unicode
+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 \
enc/unicode/data/UnicodeData.txt \