From 5d2f30f96a768abe33a39f529371d3781af37843 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 13 Feb 2022 08:53:45 +0000 Subject: [PATCH] build: check_libucontext_posix must depend on ${LIBUCONTEXT_SONAME} --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60dfdcc..fd3757f 100644 --- a/Makefile +++ b/Makefile @@ -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}