From: Ulrich Drepper Date: Fri, 1 Aug 2008 07:51:52 +0000 (+0000) Subject: * elf/Makefile (check-localplt.out): Also check libresolv and X-Git-Tag: upstream/2.30~14078 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17756df399bdab230152c8ed6591e28a9bed8368;p=external%2Fglibc.git * elf/Makefile (check-localplt.out): Also check libresolv and libcrypt. --- 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 | \