aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-26 13:05:40 +0200
committerLoïc Hoguin <[email protected]>2018-04-26 13:05:40 +0200
commitb2f16d462a9e08b50430814a3028bb5b123a02d2 (patch)
treea8c70c51e89e1fc3edd7363ed74591da3fbdeb28
parent7373822b8645f34c03a7bf522ea170c62817d8e8 (diff)
downloadcowboy-b2f16d462a9e08b50430814a3028bb5b123a02d2.tar.gz
cowboy-b2f16d462a9e08b50430814a3028bb5b123a02d2.tar.bz2
cowboy-b2f16d462a9e08b50430814a3028bb5b123a02d2.zip
Fix building of h2spec on FreeBSD
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4dc68a..2a1f0a9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ test-build:: $(H2SPEC)
$(H2SPEC):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC))
- $(verbose) make -C $(GOPATH)/src/github.com/summerwind/h2spec build
+ $(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS=
# Use erl_make_certs from the tested release during CI.