From 8f3f1e09bf1ac08cc3b0c7978a25c5727799a254 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Aug 2000 03:44:11 +0000 Subject: Update. 2000-08-27 H.J. Lu * posix/Makefile (otherlibs): Add for building with static-nss for "make check". * malloc/Makefile (tests): Likewise. --- posix/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'posix') diff --git a/posix/Makefile b/posix/Makefile index 06ec38d..f313bb4 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)) -- cgit v1.1