From edba4e5f91ee3f5aea32e77df7eb1019d32ae5ed Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 17 Feb 2020 00:36:53 +0100 Subject: [PATCH] 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 39294c6..11cf87a 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.7.4