summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 05:37:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 05:37:04 +0000
commitc6c4ce81c2aef709d038ef6bd8927d7bf5c58ef1 (patch)
tree789590494471c486f93b3ee0a1783661efc35fba
parent7ea3d11e22764866d70c9ec8441d9c322013d934 (diff)
* enc/depend: transdb.c may not present.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--enc/depend1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17df85417a..bcc233f86f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 1 14:37:02 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enc/depend: transdb.c may not present.
+
Mon Sep 1 14:25:26 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/trans/japanese.trans: fix Ruby 1.8 compatibility.
diff --git a/enc/depend b/enc/depend
index 2e448d3b1a..1ae1d71a6e 100644
--- a/enc/depend
+++ b/enc/depend
@@ -23,6 +23,7 @@
% atrans = atrans.sort_by(&alphanumeric_order)
% trans = trans.sort_by(&alphanumeric_order)
% trans.unshift(trans.delete("transdb"))
+% trans.compact!
% trans |= atrans
% trans.map! {|e| "trans/#{e}"}
% dependencies = encs + trans