From fdeb4b13846fdd72a89737ff813f2f8455da5327 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 8 Jan 2008 16:58:31 +0000 Subject: * 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 --- enc/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'enc/Makefile.in') 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@ -- cgit v1.2.3