diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:37:31 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:37:31 -0800 |
commit | 7443244740724babd575943ee33c45da326afbe7 (patch) | |
tree | 064d372e9b95c2ab3df5a7786e658cf3303f1ca7 /locale/Makefile | |
parent | 4fb9241e4edbe238de8ba251f4448e31e8b1baf4 (diff) | |
download | glibc-7443244740724babd575943ee33c45da326afbe7.tar glibc-7443244740724babd575943ee33c45da326afbe7.tar.gz glibc-7443244740724babd575943ee33c45da326afbe7.tar.bz2 glibc-7443244740724babd575943ee33c45da326afbe7.zip |
Handle LC_GLOBAL_LOCALE in duplocale.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index 2d645daa2f..2dbd8dc6a5 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -38,7 +38,7 @@ distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ routines = setlocale findlocale loadlocale loadarchive \ localeconv nl_langinfo nl_langinfo_l mb_cur_max \ newlocale duplocale freelocale uselocale -tests = tst-C-locale tst-locname +tests = tst-C-locale tst-locname tst-duplocale categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \ |