diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:04:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:04:47 -0700 |
commit | 26ffd5e6c7f110cc439bb054fac9567885ffc197 (patch) | |
tree | 1257ba588618f86a070f275a1dd6efdf81dbf121 /locale/Makefile | |
parent | 93a6d0820430bfe3d09695a1376c07abf6d2214f (diff) | |
download | glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.zip glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.tar.gz glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.tar.bz2 |
Clean up HAVE_CONFIG_H and STDC_HEADERS.
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 eeff2cb..e4c3878 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -89,7 +89,7 @@ CPPFLAGS-locale-programs = -DLOCALE_PATH='$(localepath)' \ -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \ -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \ -DLOCSRCDIR='"$(i18ndir)/locales"' \ - -DHAVE_CONFIG_H -DNOT_IN_libc + -DNOT_IN_libc CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts |