diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-01 07:51:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-01 07:51:52 +0000 |
commit | 17756df399bdab230152c8ed6591e28a9bed8368 (patch) | |
tree | e1374a50c92ca803a75012230e8e1a9b203cde63 /elf | |
parent | 46bc5d439335972d40c9b6af7ed0882c8eebad52 (diff) | |
download | glibc-17756df399bdab230152c8ed6591e28a9bed8368.zip glibc-17756df399bdab230152c8ed6591e28a9bed8368.tar.gz glibc-17756df399bdab230152c8ed6591e28a9bed8368.tar.bz2 |
* elf/Makefile (check-localplt.out): Also check libresolv and
libcrypt.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 | \ |