2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Temporary fix, headers got ignored if not found.

[SVN r26594]
This commit is contained in:
Rene Rivera
2004-12-28 17:09:54 +00:00
parent 5f4b9caca8
commit b9d478e702

View File

@@ -771,7 +771,6 @@ rule HdrSearchAndLocate ( header : search * )
}
else
{
NOUPDATE $(header) ;
LOCATE on $(header) = $(DOT) ;
gBINDING($(header)) = $(header:G=:R=$(DOT)) ;
}