diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:18:11 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:18:11 -0800 |
commit | 4fb9241e4edbe238de8ba251f4448e31e8b1baf4 (patch) | |
tree | 23197e86bf3f7c1b5c325d7f0c784a6e3bc242a4 /locale/Makefile | |
parent | 2866eeb1b70c989591293d37ae292e71def16775 (diff) | |
download | glibc-4fb9241e4edbe238de8ba251f4448e31e8b1baf4.tar glibc-4fb9241e4edbe238de8ba251f4448e31e8b1baf4.tar.gz glibc-4fb9241e4edbe238de8ba251f4448e31e8b1baf4.tar.bz2 glibc-4fb9241e4edbe238de8ba251f4448e31e8b1baf4.zip |
Fix _NC_LOCALE_NAME definition.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/Makefile b/locale/Makefile index d9ab1947e7..2d645daa2f 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,1992,1995-2003,2005 Free Software Foundation, Inc. +# Copyright (C) 1991,1992,1995-2003,2005,2009 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -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 +tests = tst-C-locale tst-locname categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \ @@ -104,7 +104,7 @@ CFLAGS-charmap-dir.c = -Wno-write-strings # This makes sure -DNOT_IN_libc is passed for all these modules. cpp-srcs-left := $(addsuffix .c,$(localedef-modules) $(localedef-aux) \ - $(locale-modules) $(lib-modules)) + $(locale-modules) $(lib-modules)) lib := nonlib include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) |