diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-10 08:50:33 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-10 08:50:33 -0700 |
commit | 786b74f41a076ac67b5d4fe59ab26e55745095df (patch) | |
tree | 017cee65c90d4dd0e43b6ef5ff4d231c3bbdfbfb /elf/Makefile | |
parent | 339717d5f117d118750ec187b1779cafa349249e (diff) | |
download | glibc-786b74f41a076ac67b5d4fe59ab26e55745095df.tar.gz glibc-786b74f41a076ac67b5d4fe59ab26e55745095df.tar.xz glibc-786b74f41a076ac67b5d4fe59ab26e55745095df.zip |
Remove do-lookup.h.
It is not necessary/useful anymore to have the content separate from dl-lookup.c.
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 cc5caeb521..3e656ae0ad 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -47,7 +47,7 @@ distribute := rtld-Rules \ 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 dl-lookupcfg.h sprof.c gen-trusted-dirs.awk \ + 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 unloadmod.c \ ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \ |