diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-06 04:58:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-06 04:58:34 +0000 |
commit | 2a0ff6ff1a3679479c729fce816fc21e73c54dfb (patch) | |
tree | 9dd04c69b6ddd5ba833018e3c84d431b8b427def /Makefile | |
parent | 5560eac7cb721d7e78878dcd08a6cbefc9ae1d7b (diff) | |
download | glibc-2a0ff6ff1a3679479c729fce816fc21e73c54dfb.zip glibc-2a0ff6ff1a3679479c729fce816fc21e73c54dfb.tar.gz glibc-2a0ff6ff1a3679479c729fce816fc21e73c54dfb.tar.bz2 |
Update.
2000-04-05 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
* sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
* sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
* Makefile (distribute): Add abi-versions.awk and
firstversions.awk.
Patches by Torsten Duwe <duwe@caldera.de>.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -262,7 +262,8 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ rellns-sh config.sub config.guess \ mkinstalldirs move-if-change install-sh \ test-installation.pl gen-FAQ.pl versions.awk\ - gen-sorted.awk) + gen-sorted.awk abi-versions.awk \ + firstversions.awk) distribute := $(strip $(distribute)) generated := $(generated) stubs.h |