about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-01 07:51:52 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-01 07:51:52 +0000
commit17756df399bdab230152c8ed6591e28a9bed8368 (patch)
treee1374a50c92ca803a75012230e8e1a9b203cde63 /elf/Makefile
parent46bc5d439335972d40c9b6af7ed0882c8eebad52 (diff)
downloadglibc-17756df399bdab230152c8ed6591e28a9bed8368.tar.gz
glibc-17756df399bdab230152c8ed6591e28a9bed8368.tar.xz
glibc-17756df399bdab230152c8ed6591e28a9bed8368.zip
* elf/Makefile (check-localplt.out): Also check libresolv and
	libcrypt.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 2 insertions, 0 deletions
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 | \