projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21800ea
)
(libnss_dns.so): Depend on libc.so for dynamic loading and for Linux
author
drepper
<drepper>
Wed, 21 May 1997 15:55:34 +0000
(15:55 +0000)
committer
drepper
<drepper>
Wed, 21 May 1997 15:55:34 +0000
(15:55 +0000)
ld.so.
resolv/Makefile
patch
|
blob
|
history
diff --git
a/resolv/Makefile
b/resolv/Makefile
index
41623cd
..
7b99aee
100644
(file)
--- 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