aboutsummaryrefslogtreecommitdiffstats
path: root/enc/depend
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 /enc/depend
parent7ea3d11e22764866d70c9ec8441d9c322013d934 (diff)
downloadruby-c6c4ce81c2aef709d038ef6bd8927d7bf5c58ef1.tar.gz
* enc/depend: transdb.c may not present.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/depend')
-rw-r--r--enc/depend1
1 files changed, 1 insertions, 0 deletions
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