diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | elf/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aba02604cb..0805514192 100644 --- 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 diff --git a/elf/Makefile b/elf/Makefile index abb9572166..b89528c0fa 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 | \ |