mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 11:42:14 +00:00
Fix building of dist target. On my previous changes for grammar building I unintentionally removed the building of the yyacc program.
[SVN r19457]
This commit is contained in:
@@ -456,6 +456,10 @@ if $(grammar)
|
||||
{
|
||||
.yyacc jamgram.y jamgramtab.h : jamgram.yy ;
|
||||
}
|
||||
else
|
||||
{
|
||||
.exe yyacc : yyacc.c ;
|
||||
}
|
||||
|
||||
# How to build the grammar.
|
||||
if $(NT)
|
||||
|
||||
Reference in New Issue
Block a user