From 17756df399bdab230152c8ed6591e28a9bed8368 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 Aug 2008 07:51:52 +0000 Subject: [PATCH] * elf/Makefile (check-localplt.out): Also check libresolv and libcrypt. --- ChangeLog | 5 +++++ elf/Makefile | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index aba0260..0805514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-01 Ulrich Drepper + + * elf/Makefile (check-localplt.out): Also check libresolv and + libcrypt. + 2008-07-31 Ulrich Drepper * sysdeps/unix/sysv/linux/kernel-features.h: Define diff --git a/elf/Makefile b/elf/Makefile index abb9572..b89528c 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -860,6 +860,8 @@ $(objpfx)check-localplt.out: $(objpfx)check-localplt \ $(common-objpfx)math/libm.so $(thread-dso) \ $(common-objpfx)rt/librt.so \ $(common-objpfx)dlfcn/libdl.so \ + $(common-objpfx)resolv/libresolv.so \ + $(common-objpfx)crypt/libcrypt.so \ $(check-data) $(dir $<)$(notdir $<) $(filter-out $< $(check-data),$^) | \ LC_ALL=C sort | \ -- 2.7.4