Browse Source

Fetch ct_helper before running ci-setup

Since we copy a file into it.
Loïc Hoguin 9 years ago
parent
commit
9e827a9bea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -19,7 +19,7 @@ CI_OTP = \
 
 # CI setup.
 
-ci-setup::
+ci-setup:: $(DEPS_DIR)/ct_helper
 	cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/
 
 # Standard targets.