Remove spurious colons which prevent bjam from seeing all of string_algo when string_algo is explicitly specified as a build target

[SVN r22451]
This commit is contained in:
Beman Dawes
2004-03-07 14:18:27 +00:00
parent c945d5ba7b
commit fdaa15c290

View File

@ -23,43 +23,43 @@ DEPENDS all : test ;
: :
: container : container
] ]
: [ run [ run
trim_test.cpp trim_test.cpp
: : : :
: :
: trim : trim
] ]
: [ run [ run
conv_test.cpp conv_test.cpp
: : : :
: :
: conv : conv
] ]
: [ run [ run
predicate_test.cpp predicate_test.cpp
: : : :
: :
: predicate : predicate
] ]
: [ run [ run
find_test.cpp find_test.cpp
: : : :
: :
: find : find
] ]
: [ run [ run
split_test.cpp split_test.cpp
: : : :
: :
: split : split
] ]
: [ run [ run
replace_test.cpp replace_test.cpp
: : : :
: :
: replace : replace
] ]
: [ run [ run
regex_test.cpp regex_test.cpp
<lib>../../../regex/build/boost_regex <lib>../../../regex/build/boost_regex
: : : :