aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9df41f8..8d5c75a 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 MAKEFLAGS=
+ $(verbose) $(MAKE) -C $(dir $(H2SPEC)) build MAKEFLAGS=
# Use erl_make_certs from the tested release during CI
# and ensure that ct_helper is always recompiled.