summaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-07-29 08:36:30 +0000
committerRoland McGrath <roland@gnu.org>2003-07-29 08:36:30 +0000
commit5181d776e8bb3c277ea291b3b43be0ce8a38c6c3 (patch)
treeacdcf5525dff8dcdabe7226d996e304e55c82127 /nptl/Makefile
parentbba446f7e9eb56a9117af5423b872f5de42e4740 (diff)
* elf/Makefile (tests) [$(build-shared) = yes]:
Depend on $(test-modules). * dlfcn/Makefile: Likewise.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 3 insertions, 0 deletions
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