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. --- Make-dist | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Make-dist') diff --git a/Make-dist b/Make-dist index 8d40526..4791297 100644 --- a/Make-dist +++ b/Make-dist @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999,2000,01 Free Software Foundation, Inc. +# Copyright (C) 1991-2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -45,9 +45,6 @@ endif # Don't distribute add-on subdirs. subdirs := $(filter-out $(add-ons),$(subdirs)) -# Make sure both stdio and libio get in, whichever is in use. -subdirs += stdio libio - # Make sure both aout and elf get in, whichever is in use. subdirs += aout elf -- cgit v1.1