diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-17 00:36:53 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-17 00:36:53 +0100 |
commit | edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed (patch) | |
tree | 61c105e7aed2218380b7e1350f50c930cc87c934 /htl | |
parent | 0cbc855acb176f654acb58a67abf46db473ffc63 (diff) | |
download | glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.tar glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.tar.gz glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.tar.bz2 glibc-edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed.zip |
htl: Link internal htl tests against libpthread
Diffstat (limited to 'htl')
-rw-r--r-- | htl/Makefile | 2 |
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 |