Fix ninja BTLS build for verbose builds (#5673)
authorMarek Habersack <grendel@twistedcode.net>
Mon, 2 Oct 2017 14:15:45 +0000 (16:15 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 2 Oct 2017 14:15:45 +0000 (16:15 +0200)
commit120574de1935e11c7b39a0be75bb2803453ceadb
tree04cb0df8d3f7827681d10a2a3f4eb33a13e9ed43
parent177fca49175449705812fb20b6dd5b7bcbb5a901
Fix ninja BTLS build for verbose builds (#5673)

ninja treats `VERBOSE=1` as a target and, failing to find one, aborts
the build with an error. Pass `-v` in this case instead.
mono/btls/Makefile.am