diff options
author | 2019-04-24 22:45:54 +0000 | |
---|---|---|
committer | 2019-04-24 22:45:54 +0000 | |
commit | 7bbaf48f88bb80c12935016d2eaae721e69eade3 (patch) | |
tree | f407f641b2e59774fe7c24f6a0712f640e52d8a7 | |
parent | Add product id for the USB serial adapter found in Juniper SRX 300. (diff) | |
download | wireguard-openbsd-7bbaf48f88bb80c12935016d2eaae721e69eade3.tar.xz wireguard-openbsd-7bbaf48f88bb80c12935016d2eaae721e69eade3.zip |
Do not check for working go executable during make clean cleandir obj.
reminded by jsing@
-rw-r--r-- | regress/lib/libtls/gotls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libtls/gotls/Makefile b/regress/lib/libtls/gotls/Makefile index 404aa79caa8..ceb9e5ab0a0 100644 --- a/regress/lib/libtls/gotls/Makefile +++ b/regress/lib/libtls/gotls/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/02 21:30:34 bluhm Exp $ +# $OpenBSD: Makefile,v 1.3 2019/04/24 22:45:54 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: |