* elf/Makefile (check-localplt.out): Also check libresolv and
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 Aug 2008 07:51:52 +0000 (07:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 1 Aug 2008 07:51:52 +0000 (07:51 +0000)
libcrypt.

ChangeLog
elf/Makefile

index aba0260..0805514 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/Makefile (check-localplt.out): Also check libresolv and
+       libcrypt.
+
 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/kernel-features.h: Define
index abb9572..b89528c 100644 (file)
@@ -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 | \