diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-05-21 16:08:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-05-21 16:08:17 +0000 |
commit | 079f7c691f73009829dc8f36c0a737919fe93aaf (patch) | |
tree | 21e48ff4005c569f1da545e771653e3ba82ea88c /resolv | |
parent | 00b97dc29c466d7d4462a81cd7de975bb80639d3 (diff) |
Depend on libc.so for dynamic loading and for Linux ld.so.
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 41623cd067..7b99aee550 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -56,4 +56,4 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \ $(objpfx)libresolv.so: $(common-objpfx)libc.so # The DNS NSS modules needs the resolver. -$(objpfx)libnss_dns.so: $(objpfx)libresolv.so +$(objpfx)libnss_dns.so: $(objpfx)libresolv.so $(common-objpfx)libc.so |