* elf/Makefile (check-localplt.out): Also check libresolv and

libcrypt.
This commit is contained in:
Ulrich Drepper 2008-08-01 07:51:52 +00:00
parent 46bc5d4393
commit 17756df399
2 changed files with 7 additions and 0 deletions

View File

@ -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

View 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 | \