diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-04-24 20:25:20 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-04-24 20:25:20 +0000 |
commit | b62f25c518cf93b1cb8f2b05c9da2ed186e63472 (patch) | |
tree | 5f4cdc928673b1350eb156d31e0a6d4c95200417 /regress/lib/libcrypto | |
parent | e248a5b61bac95bf5f1cc76702e3c728432ff9f2 (diff) |
Do not check for working go executable during make clean cleandir obj.
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/wycheproof/Makefile b/regress/lib/libcrypto/wycheproof/Makefile index 4359db438c8..0fcde086f7d 100644 --- a/regress/lib/libcrypto/wycheproof/Makefile +++ b/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: |