diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 22:00:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 22:00:09 +0000 |
commit | ab92bebd3ed6f747d6e82f4e2e068395db4df90c (patch) | |
tree | b71351032814fbe10a5b0ed65e4b87d7880cf4c9 /Makefile | |
parent | ee38cc599630b89d49ec5accf1512c8b7888b78d (diff) | |
download | glibc-ab92bebd3ed6f747d6e82f4e2e068395db4df90c.tar glibc-ab92bebd3ed6f747d6e82f4e2e068395db4df90c.tar.gz glibc-ab92bebd3ed6f747d6e82f4e2e068395db4df90c.tar.bz2 glibc-ab92bebd3ed6f747d6e82f4e2e068395db4df90c.zip |
Update.
2002-01-08 Ulrich Drepper <drepper@redhat.com>
* Makefile (distribute): Add scripts/cpp.
* elf/Makefile (distribute): Add reldep6mod[01234].c,
unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
unwind-dw2-fde.h, and dwarf2.h.
* sysdeps/unix/bsd/bsd4.4/Dist: New file.
* sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
* sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
* sysdeps/unix/sysv/linux/s390/Dist: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000, 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 @@ -267,7 +267,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ mkinstalldirs move-if-change install-sh \ test-installation.pl gen-FAQ.pl versions.awk\ gen-sorted.awk abi-versions.awk \ - firstversions.awk documented.sh) + firstversions.awk documented.sh cpp) distribute := $(strip $(distribute)) generated := $(generated) stubs.h |