2
0
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:
Rene Rivera
2003-08-05 05:18:40 +00:00
parent cc58f9419f
commit cc7f7307b0

View File

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