From d09ef153fb3be5aee02d06fb988d48f2cce68656 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 29 Mar 1998 21:30:17 +0000 Subject: [PATCH] Update. (distribute): Add dl-librecon.h. --- ChangeLog | 1 + elf/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d837f5..b9f395f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 1998-03-29 20:59 Ulrich Drepper * elf/Makefile: Fix typo. + (distribute): Add dl-librecon.h. * elf/ldd.bash.in: Collect output of ldd --verify in verify_out. * elf/ldd.sh.in: Likewise. * elf/ldsodefs.h: Declare _dl_correct_cache_id. diff --git a/elf/Makefile b/elf/Makefile index 4e5de91..e5c4095 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -38,7 +38,8 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-minimal ld-map = $(libc-map) 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 \ - 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-others = $(extra-libs) -- 2.7.4