diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-25 13:56:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-25 13:56:54 +0000 |
commit | a4242e25dcf614b1eeb827e96d6d3c9f503f519d (patch) | |
tree | 196aefc5baa5ebcb6c9fe2000989c60d75a5c3d9 /locale/Makefile | |
parent | 5325738ce48c95194c496ed230d0c84aa00ccb45 (diff) | |
download | glibc-a4242e25dcf614b1eeb827e96d6d3c9f503f519d.tar.gz glibc-a4242e25dcf614b1eeb827e96d6d3c9f503f519d.tar.xz glibc-a4242e25dcf614b1eeb827e96d6d3c9f503f519d.zip |
Tue Jun 25 09:55:47 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* catgets/gencat.c (write_out): Use %Zu to print variables of type size_t. * resolv/res_debug.c (__p_rr): Print size_t variable as %lu and cast it to (unsigned long) to make it work both on 32 and 64 bit architectures. Sat Jun 22 13:05:25 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * locale/Makefile (distribute): Add `programs/' prefix to all files in that directory. * Makerules (distinfo-vars): Assign subdir directly so that `ifdef subdir' works. * MakeTAGS (sources, headers): Make them simply expanded variables so that all-dist is expanded before it is changed.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/locale/Makefile b/locale/Makefile index 8069e7e311..c7d00cfc38 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -22,12 +22,13 @@ subdir := locale headers = locale.h langinfo.h -distribute = localeinfo.h categories.def \ - $(localedef-modules:=.c) $(locale-modules:=.c) \ - $(lib-modules:=.c) config.h simple-hash.h iso-4217.def \ - charmap-kw.gperf charmap-kw.h locfile-token.h \ - locfile-kw.gperf locfile-kw.h linereader.h \ - locales.h locfile.h stringtrans.h weight.h charset.h +distribute = localeinfo.h categories.def iso-4217.def weight.h \ + $(addprefix programs/, \ + $(localedef-modules:=.c) $(locale-modules:=.c) \ + $(lib-modules:=.c) config.h simple-hash.h \ + charmap-kw.gperf charmap-kw.h locfile-token.h \ + locfile-kw.gperf locfile-kw.h linereader.h \ + locales.h locfile.h stringtrans.h charset.h) routines = setlocale findlocale loadlocale localeconv nl_langinfo \ mb_cur_max codeset_name categories = ctype messages monetary numeric time collate |