2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Boost Jam cleanup - minor stylistic change.

[SVN r80187]
This commit is contained in:
Jurko Gospodnetić
2012-08-25 02:55:00 +00:00
parent 7cabb53f9f
commit 2bddb8f98e

View File

@@ -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)
{