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

Fix a typo. Note that teh code is now not used, replaced with native rule,

so this should be considered a documentation tweak.


[SVN r22541]
This commit is contained in:
Vladimir Prus
2004-03-22 07:37:05 +00:00
parent 7cdba19dc7
commit e75732021c

View File

@@ -101,7 +101,7 @@ class order
rule eliminate-unused-constraits ( objects * )
{
local result ;
for local c in $(.constraits)
for local c in $(.constraints)
{
local m = [ MATCH (.*)--(.*) : $(c) ] ;
if $(m[1]) in $(objects) && $(m[2]) in $(objects)