summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-29 03:44:11 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-29 03:44:11 +0000
commit8f3f1e09bf1ac08cc3b0c7978a25c5727799a254 (patch)
tree45c1d017cd8e9b3dc97a43f586359efab6fd478a /posix
parent46e4bd3b8eb5b11579110092f2563d745bab1139 (diff)
Update.
2000-08-27 H.J. Lu <hjl@gnu.org> * posix/Makefile (otherlibs): Add for building with static-nss for "make check". * malloc/Makefile (tests): Likewise.
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 06ec38de3a..f313bb4d66 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -85,6 +85,13 @@ generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
include ../Rules
+# We need it for "make check" only. We can skip them if they haven't
+# been built yet during "make".
+otherlibs += $(wildcard $(nssobjdir)/libnss_files.a \
+ $(resolvobjdir)/libnss_dns.a \
+ $(resolvobjdir)/libresolv.a)
+endif
+
ifeq (no,$(cross-compiling))
# globtest and wordexp-test currently only works with shared libraries
ifeq (yes,$(build-shared))