From: Martin Wilck <mwilck@xxxxxxxx> busybox' "ln" command doesn't support the "-t" syntax of GNU ln. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 502377f..3bacabd 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -62,8 +62,8 @@ endif $(CC) $(CFLAGS) $($*-test_FLAGS) -c -o $@ $< lib/libchecktur.so: - mkdir lib - ln -t lib ../libmultipath/{checkers,prioritizers,foreign}/*.so + mkdir -p lib + ln ../libmultipath/*/*.so lib %.out: %-test lib/libchecktur.so @echo == running $< == -- 2.29.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel