From ba8a3af1444c506226e5c60158819d573f165b18 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 1 Sep 2008 05:37:04 +0000 Subject: * enc/depend: transdb.c may not present. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ enc/depend | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17df85417..bcc233f86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 1 14:37:02 2008 Nobuyoshi Nakada + + * enc/depend: transdb.c may not present. + Mon Sep 1 14:25:26 2008 NARUSE, Yui * enc/trans/japanese.trans: fix Ruby 1.8 compatibility. diff --git a/enc/depend b/enc/depend index 2e448d3b1..1ae1d71a6 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 -- cgit