diff mbox series

[hurd,commited,1/2] htl: Link internal htl tests against libpthread

Message ID 20200217002010.541245-1-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited,1/2] htl: Link internal htl tests against libpthread | expand

Commit Message

Samuel Thibault Feb. 17, 2020, 12:20 a.m. UTC
---
 htl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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