summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-08 16:58:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-08 16:58:31 +0000
commitfdeb4b13846fdd72a89737ff813f2f8455da5327 (patch)
tree473d8903a4e03f8c461d87045d13565439fabe59 /enc
parent5cd70fa5e9b12e50177829217753cf2d2712381a (diff)
* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index 234a7e89c5..082be84c86 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -16,8 +16,7 @@ OBJEXT = @OBJEXT@
BUILTIN_ENCS = ascii.c \
euc_jp.c sjis.c \
- unicode.c utf8.c \
- utf_16be.c utf_16le.c utf_32be.c utf_32le.c
+ unicode.c utf8.c
RUBY_SO_NAME = @RUBY_SO_NAME@
LIBRUBY = @LIBRUBY@