From b3ed821981e392d20d94028aeaa94b8ab31cc678 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 20 Jul 1999 08:19:37 +0000 Subject: 1999-07-19 Andreas Schwab * libio/Makefile (routines): Add fwprintf. PowerPC has own version of w_sqrt.c and w_sqrtf.c. * math/w_sqrt.c: Moved to ... * sysdeps/generic/w_sqrt.c: ... here. * math/w_sqrtf.c: Moved to ... * sysdeps/generic/w_sqrtf.c: ... here. * Make-dist (generic-dirs): New variable. (try-sysdeps, +sysdep-names): Use it. * extra-lib.mk (all-$(lib)-routines): New variable. Use it instead of $(lib)-routines. * elf/Makefile (distribute): Add dl-cache.h. * db2/Makefile (distribute): Add all new files. * iconvdata/Makefile (distribute): Don't distribute CVS directory. * math/Makefile (distribute): Remove machine/endian.h, add math_ldbl.h. * stdio-common/Makefile (distribute): Add _itowa.h. * sysdeps/generic/Dist: Remove make_siglist.c, add siglist.h. * sysdeps/gnu/Dist: Add eval.c * sysdeps/gnu/Makefile (libdl-sysdep_routines) [$(subdir) = dlfcn]: Add to this instead of libdl-routines. * sysdeps/ieee754/ldbl-128/Dist: New file. * sysdeps/mach/hurd/Dist: Add siglist.h * sysdeps/unix/sysv/linux/Dist: Add kernel-features.h. --- sysdeps/gnu/Dist | 1 + sysdeps/gnu/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/gnu') diff --git a/sysdeps/gnu/Dist b/sysdeps/gnu/Dist index 7055326e2e..b3d642cb02 100644 --- a/sysdeps/gnu/Dist +++ b/sysdeps/gnu/Dist @@ -1,4 +1,5 @@ errlist.awk +eval.c utmpx.h bits/utmpx.h netinet/tcp.h diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 4806c0df1d..21f658f560 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -48,5 +48,5 @@ endif ifeq ($(subdir),dlfcn) -libdl-routines += eval +libdl-sysdep_routines += eval endif -- cgit 1.4.1