diff options
-rw-r--r-- | htl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htl/Makefile b/htl/Makefile index 71b14d5e96..bb9ef5deba 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -207,3 +207,5 @@ $(addprefix $(objpfx), \ $(tests-nolibpthread), \ $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so endif + +$(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a |