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. --- iconvdata/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconvdata') diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 4c77568..9789fa3 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -81,8 +81,8 @@ LDFLAGS-libCNS.so = -Wl,-soname,$(@F) distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ gen-8bit.sh gen-8bit-gap.sh gen-8bit-gap-1.sh \ - TESTS $(wildcard testdata/*) run-iconv-test.sh \ - 8bit-generic.c 8bit-gap.c \ + TESTS $(filter-out testdata/CVS%, $(wildcard testdata/*)) \ + run-iconv-test.sh 8bit-generic.c 8bit-gap.c \ ansi_x3.110.c asmo_449.c baltic.c big5.c cp737.c cp737.h \ cp775.c cp775.h ibm874.c cns11643.c cns11643.h \ cns11643l1.c cns11643l1.h cp1250.c cp1251.c cp1252.c cp1253.c \ -- cgit v1.1