(distribute): Add dl-librecon.h.
This commit is contained in:
Ulrich Drepper 1998-03-29 21:30:17 +00:00
parent e2102c1422
commit d09ef153fb
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
1998-03-29 20:59 Ulrich Drepper <drepper@cygnus.com> 1998-03-29 20:59 Ulrich Drepper <drepper@cygnus.com>
* elf/Makefile: Fix typo. * elf/Makefile: Fix typo.
(distribute): Add dl-librecon.h.
* elf/ldd.bash.in: Collect output of ldd --verify in verify_out. * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
* elf/ldd.sh.in: Likewise. * elf/ldd.sh.in: Likewise.
* elf/ldsodefs.h: Declare _dl_correct_cache_id. * elf/ldsodefs.h: Declare _dl_correct_cache_id.

View File

@ -38,7 +38,8 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-minimal
ld-map = $(libc-map) ld-map = $(libc-map)
distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
dl-hash.h soinit.c sofini.c ldd.sh.in ldd.bash.in eval.c \ dl-hash.h soinit.c sofini.c ldd.sh.in ldd.bash.in eval.c \
genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
dl-librecon.h
extra-libs = libdl extra-libs = libdl
extra-libs-others = $(extra-libs) extra-libs-others = $(extra-libs)