aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-20 21:12:26 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-20 21:12:26 +0000
commita0e3f6f49caeaba666842f2999b57502437a1111 (patch)
tree782e8d3d8053dfd6c29dab0eb2ea6208a996e713 /elf/Makefile
parent7796221a03774b61f979e8bb137d40509fd8a1c3 (diff)
downloadglibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar
glibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar.gz
glibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar.bz2
glibc-a0e3f6f49caeaba666842f2999b57502437a1111.zip
Update.
* elf/Makefile (distribute): Add do-lookup.h. * elf/do-lookup.h: New file. Split out from dl-lookup.c. * elf/dl-lookup.c: Move do_lookup function in separate file and include the file twice, for handling versioning and without it.
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 ef5b831863..1e8d1a40fc 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -40,7 +40,7 @@ distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
dl-librecon.h interp.c sln.c dl-origin.h hp-timing.h \
testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
- testobj6.c testobj1_1.c failobj.c
+ testobj6.c testobj1_1.c failobj.c do-lookup.h
include ../Makeconfig