aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-17 00:36:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-17 00:36:53 +0100
commitedba4e5f91ee3f5aea32e77df7eb1019d32ae5ed (patch)
tree61c105e7aed2218380b7e1350f50c930cc87c934
parent0cbc855acb176f654acb58a67abf46db473ffc63 (diff)
downloadglibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.tar
glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.tar.gz
glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.tar.bz2
glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.zip
htl: Link internal htl tests against libpthread
-rw-r--r--htl/Makefile2
1 files changed, 1 insertions, 1 deletions
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