diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-14 11:37:36 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-14 11:37:36 -0400 |
commit | 98d76b46d2db565b22be647d611cc2649ba6ff87 (patch) | |
tree | 3b9b043995b0b9e9a4c4c0980e5ff5781fc948cf /iconvdata/Makefile | |
parent | 32ad1972a8e458a555c58ca28d272ef7009d3514 (diff) | |
download | glibc-98d76b46d2db565b22be647d611cc2649ba6ff87.tar.gz glibc-98d76b46d2db565b22be647d611cc2649ba6ff87.tar.xz glibc-98d76b46d2db565b22be647d611cc2649ba6ff87.zip |
Fix handling of conversion problem in CP932 module
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index d79756cbdd..e0fe46aa72 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -68,7 +68,7 @@ include ../Makeconfig ifeq (yes,$(build-shared)) tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 \ - tst-iconv6 bug-iconv5 bug-iconv6 tst-iconv7 + tst-iconv6 bug-iconv5 bug-iconv6 tst-iconv7 bug-iconv8 ifeq ($(have-thread-library),yes) tests += bug-iconv3 endif |