diff options
author | bluhm <> | 2019-04-24 20:25:19 +0000 |
---|---|---|
committer | bluhm <> | 2019-04-24 20:25:19 +0000 |
commit | ebf7b29474ce5ddc99e0872fc3768101b953dcfe (patch) | |
tree | 530a433a33a8dc805cc7abe536d03341a08c951d | |
parent | 35db5842f72fc4abfbcacee92391ad0531e560d4 (diff) | |
download | openbsd-ebf7b29474ce5ddc99e0872fc3768101b953dcfe.tar.gz openbsd-ebf7b29474ce5ddc99e0872fc3768101b953dcfe.tar.bz2 openbsd-ebf7b29474ce5ddc99e0872fc3768101b953dcfe.zip |
Do not check for working go executable during make clean cleandir obj.
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2018/09/22 00:10:18 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2019/04/24 20:25:19 bluhm Exp $ |
2 | 2 | ||
3 | .if ! (make(clean) || make(cleandir) || make(obj)) | ||
3 | GO_VERSION != sh -c "(go version) 2>/dev/null || true" | 4 | GO_VERSION != sh -c "(go version) 2>/dev/null || true" |
5 | .endif | ||
4 | 6 | ||
5 | .if empty(GO_VERSION) | 7 | .if empty(GO_VERSION) |
6 | regress: | 8 | regress: |