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 /nis | |
parent | 00b97dc29c466d7d4462a81cd7de975bb80639d3 (diff) | |
download | glibc-079f7c691f73009829dc8f36c0a737919fe93aaf.tar.gz glibc-079f7c691f73009829dc8f36c0a737919fe93aaf.tar.xz glibc-079f7c691f73009829dc8f36c0a737919fe93aaf.zip |
Depend on libc.so for dynamic loading and for Linux ld.so.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/Makefile b/nis/Makefile index 98ef4090a2..e2be7f965f 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -81,7 +81,7 @@ $(objpfx)libnss_nis.so: $(objpfx)libnsl.so$(libnsl.so-version) \ # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. -$(services:%=$(objpfx)libnss_%.so): $(common-objpfx)libc.so +$(services:%=$(objpfx)libnss_%.so) $(objpfx)libnsl.so: $(common-objpfx)libc.so ifeq ($(build-shared),yes) |