diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-05 08:07:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-05 08:07:07 +0000 |
commit | c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d (patch) | |
tree | 09dbb36a1f9c670d17006baf64f9c0a8faa6d804 /elf/Makefile | |
parent | c0282c0642e99b375ab14fd343aa537445cd72a4 (diff) | |
download | glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.tar.gz glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.tar.xz glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.zip |
Update.
* elf/Makefile (distribute): Add dl-lookupcfg.h. * sysdeps/ia64/Dist: New file.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index fc7ce789d1..da266b825c 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -39,7 +39,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ dl-cache.h dl-hash.h soinit.c sofini.c ldd.bash.in \ genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \ dl-librecon.h interp.c sln.c dl-dst.h hp-timing.h \ - do-lookup.h sprof.c gen-trusted-dirs.awk \ + do-lookup.h dl-lookupcfg.h sprof.c gen-trusted-dirs.awk \ testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \ testobj6.c testobj1_1.c failobj.c \ ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \ |