diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-01-24 22:25:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-24 22:25:42 +0000 |
commit | f1d4aa75ead3bf7753172831485d189249082c52 (patch) | |
tree | 0f0dfb19ec2cc62351dff63013d2e6ac53ed08a7 /wcsmbs/Makefile | |
parent | 0ea698ae7817329603d0afea7904a909bd59eac6 (diff) | |
download | glibc-f1d4aa75ead3bf7753172831485d189249082c52.tar glibc-f1d4aa75ead3bf7753172831485d189249082c52.tar.gz glibc-f1d4aa75ead3bf7753172831485d189249082c52.tar.bz2 glibc-f1d4aa75ead3bf7753172831485d189249082c52.zip |
Use newly built locales for tst-c16c32-1.
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 010e0c8d03..5e447f8144 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -86,3 +86,4 @@ tst-btowc-ENV = LOCPATH=$(common-objpfx)localedata tst-mbrtowc-ENV = LOCPATH=$(common-objpfx)localedata tst-wcrtomb-ENV = LOCPATH=$(common-objpfx)localedata tst-mbrtowc2-ENV = LOCPATH=$(common-objpfx)localedata +tst-c16c32-1-ENV = LOCPATH=$(common-objpfx)localedata |