From 5181d776e8bb3c277ea291b3b43be0ce8a38c6c3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 29 Jul 2003 08:36:30 +0000 Subject: * elf/Makefile (tests) [$(build-shared) = yes]: Depend on $(test-modules). * dlfcn/Makefile: Likewise. --- nptl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index f40ec8d554..6beacdc40b 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -266,6 +266,9 @@ $(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds $(build-module) ifeq ($(build-shared),yes) +# Build all the modules even when not actually running test programs. +tests: $(test-modules) + others: $(objpfx)libpthread_nonshared.a endif -- cgit v1.2.3