build: check_libucontext_posix must depend on ${LIBUCONTEXT_SONAME}

master
Ariadne Conill 2022-02-13 08:53:45 +00:00
parent a51dce6e2c
commit 5d2f30f96a
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ install_docs: docs
ifneq (${FREESTANDING},yes)
check: check_libucontext_posix
check_libucontext_posix: test_libucontext_posix ${LIBUCONTEXT_POSIX_SONAME}
check_libucontext_posix: test_libucontext_posix ${LIBUCONTEXT_POSIX_SONAME} ${LIBUCONTEXT_SONAME}
env LD_LIBRARY_PATH=$(shell pwd) ./test_libucontext_posix
test_libucontext_posix: test_libucontext_posix.c ${LIBUCONTEXT_POSIX_NAME}