diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 21:12:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 21:12:35 +0000 |
commit | e4192acbca0d9c93e1a28e26e2be10a0924239c6 (patch) | |
tree | cc5d5e084b5cb6cd03d6ea6253591676fa4c1312 /elf | |
parent | 3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b (diff) | |
download | glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.zip glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.gz glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.bz2 |
Update.
* Makefile (distribute): Add INTERFACE and CONFORMANCE.
* elf/Makefile (distribute): Add hp-timing.h.
* sysdeps/i386/i686/Dist: New file.
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 b563e93..81aa217 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -38,7 +38,7 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \ genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \ - dl-librecon.h interp.c sln.c dl-origin.h + dl-librecon.h interp.c sln.c dl-origin.h hp-timing.h include ../Makeconfig |