From ebf7b29474ce5ddc99e0872fc3768101b953dcfe Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Wed, 24 Apr 2019 20:25:19 +0000 Subject: Do not check for working go executable during make clean cleandir obj. --- src/regress/lib/libcrypto/wycheproof/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index 4359db438c..0fcde086f7 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2018/09/22 00:10:18 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2019/04/24 20:25:19 bluhm Exp $ +.if ! (make(clean) || make(cleandir) || make(obj)) GO_VERSION != sh -c "(go version) 2>/dev/null || true" +.endif .if empty(GO_VERSION) regress: -- cgit v1.2.3-55-g6feb