diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-13 12:21:10 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-13 12:21:10 -0400 |
commit | f9ddf089f124279836930692b9cd7bc807e60088 (patch) | |
tree | c5a1524c7bbfb3bebed9ee23f702c69f4375d979 /locale | |
parent | 07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be (diff) | |
download | glibc-f9ddf089f124279836930692b9cd7bc807e60088.zip glibc-f9ddf089f124279836930692b9cd7bc807e60088.tar.gz glibc-f9ddf089f124279836930692b9cd7bc807e60088.tar.bz2 |
Fix compile problem
l10nflist compiles for localedef now. Optimize a bit.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index 2dbd8dc..87c29a5 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 1991,1992,1995-2003,2005,2009 Free Software Foundation, Inc. +# Copyright (C) 1991,1992,1995-2003,2005,2009,2011 +# 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 @@ -96,7 +97,7 @@ locale-CPPFLAGS := -DLOCALE_PATH='$(localepath)' \ -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \ -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \ -DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \ - -Iprograms + -Iprograms -DNOT_IN_libc CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts |