From 260252c4b8e77268765dccb356c061e889d4c97d Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 17 Apr 2023 19:37:18 +0000 Subject: [PATCH] Fix typo --- regress/lib/libcrypto/bn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 5df30379a4f..2ba1d396ddc 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing Exp $ +# $OpenBSD: Makefile,v 1.30 2023/04/17 19:37:18 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -50,7 +50,7 @@ run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt # bn_test is special, so override bsd.regress.mk's run-regress-bn_test -run-regress-bn_test bntest.out: bn_test +run-regress-bn_test bn_test.out: bn_test ./bn_test -out bn_test.out REGRESS_TARGETS += run-bc -- 2.20.1