diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
commit | e340a2a2e21c455c57bb19d7495f00f44b666b63 (patch) | |
tree | 8742fd7081b77b27c5827cc24825a7343504ce89 /elf | |
parent | 5e08ca426c5d334ee718a8b8c615c373445b2c8d (diff) | |
download | glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.gz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.xz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.zip |
Update. glibc-2.1.95 cvs/libc-2_1_95
* nscd/Makefile (distribute): Add nscd-types.h. * elf/Makefile (distribute): Add gccframe.h. * sysdeps/sparc/sparc32/Dist: Add ieee754.h. * sysdeps/ia64/Dist: Add ieee754.h.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 4d786ec3ab..917a745146 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -46,7 +46,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \ testobj6.c testobj1_1.c failobj.c unloadmod.c \ ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \ - chroot_canon.c \ + chroot_canon.c gccframe.h \ dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h unsecvars.h \ vismain.c vismod1.c vismod2.c vismod3.c \ constload2.c constload3.c filtmod1.c filtmod2.c \ |