From 934b77ac65ad586e705c8af618ec9c86a2255e90 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Aug 2002 12:10:11 +0000 Subject: Update. 2002-08-27 Ulrich Drepper * sysdeps/arm/Dist: Add bits/link.h. * sunrpc/Makefile: Distribute thrsvc. * stdio-common/Makefile: Remove more left-overs from old stdio. * include/linewrap.h: Removed. * libio/bug-mmap-fflush.c: Rewrite to not touch source directory. * intl/Makefile (distribute): Add plural-eval.c. * stdio-common/Makefile (headers): Remove bits/stdio_lim.h. This file isn't distributed. Add special rules to install bits/stdio_lim.h. * Make-dist: Remove traces of old stdio. * Makeconfig: Likewise. * locale/Makefile (localedef-aux): New variable. Only md5 assigned to it. These files are not ddistributed in this directory. * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h. * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h. * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise. * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h. --- locale/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/Makefile b/locale/Makefile index 9509c1f7f7..f01080e3cd 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -60,7 +60,8 @@ vpath %.h programs vpath %.gperf programs localedef-modules := $(categories:%=ld-%) charmap linereader locfile \ - repertoire md5 locarchive + repertoire locarchive +localedef-aux := md5 locale-modules := locale-spec lib-modules := charmap-dir simple-hash xmalloc xstrdup @@ -75,6 +76,7 @@ programs/%-kw.h: programs/%-kw.gperf mv -f $@.new $@ $(objpfx)localedef: $(localedef-modules:%=$(objpfx)%.o) +$(objpfx)localedef: $(localedef-aux:%=$(objpfx)%.o) $(objpfx)locale: $(locale-modules:%=$(objpfx)%.o) $(objpfx)localedef $(objpfx)locale: $(lib-modules:%=$(objpfx)%.o) -- cgit 1.4.1