build: check_libucontext_posix must depend on ${LIBUCONTEXT_SONAME}
parent
a51dce6e2c
commit
5d2f30f96a
2
Makefile
2
Makefile
|
@ -212,7 +212,7 @@ install_docs: docs
|
||||||
ifneq (${FREESTANDING},yes)
|
ifneq (${FREESTANDING},yes)
|
||||||
check: check_libucontext_posix
|
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
|
env LD_LIBRARY_PATH=$(shell pwd) ./test_libucontext_posix
|
||||||
|
|
||||||
test_libucontext_posix: test_libucontext_posix.c ${LIBUCONTEXT_POSIX_NAME}
|
test_libucontext_posix: test_libucontext_posix.c ${LIBUCONTEXT_POSIX_NAME}
|
||||||
|
|
Loading…
Reference in New Issue