aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-28 21:12:35 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-28 21:12:35 +0000
commite4192acbca0d9c93e1a28e26e2be10a0924239c6 (patch)
treecc5d5e084b5cb6cd03d6ea6253591676fa4c1312 /elf/Makefile
parent3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b (diff)
downloadglibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar
glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.gz
glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.bz2
glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.zip
Update.
* Makefile (distribute): Add INTERFACE and CONFORMANCE. * elf/Makefile (distribute): Add hp-timing.h. * sysdeps/i386/i686/Dist: New file.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index b563e93899..81aa217e3d 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