Readding the line mistakenly deleted.

pull/10644/head
Mahak Mukhi 8 years ago
parent ea07b60401
commit af3d2bc997
  1. 3
      Makefile
  2. 3
      templates/Makefile.template

@ -902,7 +902,8 @@ openssl_dep_message:
@echo @echo
@echo "The target you are trying to run requires an OpenSSL implementation." @echo "The target you are trying to run requires an OpenSSL implementation."
@echo "Your system doesn't have one, and either the third_party directory" @echo "Your system doesn't have one, and either the third_party directory"
@echo @echo "doesn't have it, or your compiler can't build BoringSSL."
@echo
@echo "Please consult INSTALL to get more information." @echo "Please consult INSTALL to get more information."
@echo @echo
@echo "If you need information about why these tests failed, run:" @echo "If you need information about why these tests failed, run:"

@ -846,7 +846,8 @@
@echo @echo
@echo "The target you are trying to run requires an OpenSSL implementation." @echo "The target you are trying to run requires an OpenSSL implementation."
@echo "Your system doesn't have one, and either the third_party directory" @echo "Your system doesn't have one, and either the third_party directory"
@echo @echo "doesn't have it, or your compiler can't build BoringSSL."
@echo
@echo "Please consult INSTALL to get more information." @echo "Please consult INSTALL to get more information."
@echo @echo
@echo "If you need information about why these tests failed, run:" @echo "If you need information about why these tests failed, run:"

Loading…
Cancel
Save