This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited 1/2] htl: Link internal htl tests against libpthread
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>, commit-hurd at gnu dot org
- Date: Mon, 17 Feb 2020 01:20:09 +0100
- Subject: [hurd,commited 1/2] htl: Link internal htl tests against libpthread
---
htl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htl/Makefile b/htl/Makefile
index 39294c64d1..11cf87adc0 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -208,7 +208,7 @@ ifeq (yes,$(build-shared))
$(addprefix $(objpfx), \
$(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \
$(tests-nolibpthread), \
- $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
+ $(tests) $(tests-internal) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
endif
$(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a
--
2.24.1