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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user