K 10 svn:author V 5 harti K 8 svn:date V 27 2004-07-20T07:42:06.000000Z K 7 svn:log V 400 Improve make's diagnostic of mistmatched .if-.endif. This patch is slightly different from the patch in the PR. The problem is, that make handles .if clauses inside false .if clauses simply by counting them - it doesn't put them onto the conditional stack, nor even parses them so we need an extra line number stack for these ifs. PR: bin/61257 Submitted by: Mikhail Teterin END