diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-01 19:15:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-01 19:15:29 +0000 |
commit | 3e07621988521feb5cdd8a99760d8bad1707cb57 (patch) | |
tree | 8df7d39fbba8713398c5ca602fe73b0ddc163373 /locale/Makefile | |
parent | d77cd295eb5bde456868eb5d7c71042edaa88151 (diff) | |
download | glibc-3e07621988521feb5cdd8a99760d8bad1707cb57.tar.gz glibc-3e07621988521feb5cdd8a99760d8bad1707cb57.tar.xz glibc-3e07621988521feb5cdd8a99760d8bad1707cb57.zip |
Update.
2000-10-01 Bruno Haible <haible@clisp.cons.org> * charmaps/BIG5: Add a width table. * charmaps/GB18030: Likewise. * charmaps/ISO-8859-6: Likewise. * charmaps/ISO-8859-8: Likewise. * charmaps/TIS-620: Likewise.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index 2b278d574f..a5abf5414a 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -33,7 +33,7 @@ distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ charmap-kw.gperf charmap-kw.h locfile-token.h \ locfile-kw.gperf locfile-kw.h linereader.h \ locfile.h charmap.h repertoire.h localedef.h \ - 3level.h) + 3level.h charmap-dir.h) routines = setlocale findlocale loadlocale localeconv nl_langinfo \ nl_langinfo_l mb_cur_max codeset_name \ newlocale duplocale freelocale @@ -59,7 +59,7 @@ vpath %.gperf programs localedef-modules := $(categories:%=ld-%) charmap linereader locfile \ repertoire locale-modules := locale-spec -lib-modules := simple-hash xmalloc xstrdup +lib-modules := charmap-dir simple-hash xmalloc xstrdup GPERF = gperf @@ -94,6 +94,7 @@ locale-CPPFLAGS := -DLOCALE_PATH='$(localepath)' \ CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts +CFLAGS-charmap-dir.c = -Wno-write-strings # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by |