diff --git a/v2/engine/build.jam b/v2/engine/build.jam index dee3f1c08..b44d16003 100644 --- a/v2/engine/build.jam +++ b/v2/engine/build.jam @@ -746,7 +746,8 @@ if $(UNIX) = true { actions [YACC] { } } if $(grammar) && ! $(yacc) { - EXIT "Could not find the 'yacc' tool, and therefore can not build the grammar." ; + EXIT Could not find the 'yacc' tool, and therefore can not build the + grammar. ; } if $(grammar) && $(yacc) {