diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-08 13:35:24 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-08 13:35:24 +0000 |
| commit | f2c25d1865e65a79509145c158c00cef0f7f04f2 (patch) | |
| tree | b11fa171dcdb98b8699d2401b4c545b9d1be714b /enc | |
| parent | 4f860a83ac0e85b9639191e4a7b41f9f7e670b35 (diff) | |
| download | ruby-f2c25d1865e65a79509145c158c00cef0f7f04f2.tar.gz ruby-f2c25d1865e65a79509145c158c00cef0f7f04f2.tar.xz ruby-f2c25d1865e65a79509145c158c00cef0f7f04f2.zip | |
* encoding.c, Makefile.in, include/ruby/oniguruma.h,
enc/Makefile.in: fix rules for UTF-{16,32}{BE,LE}.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
| -rw-r--r-- | enc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in index 082be84c8..234a7e89c 100644 --- a/enc/Makefile.in +++ b/enc/Makefile.in @@ -16,7 +16,8 @@ OBJEXT = @OBJEXT@ BUILTIN_ENCS = ascii.c \ euc_jp.c sjis.c \ - unicode.c utf8.c + unicode.c utf8.c \ + utf_16be.c utf_16le.c utf_32be.c utf_32le.c RUBY_SO_NAME = @RUBY_SO_NAME@ LIBRUBY = @LIBRUBY@ |
