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
]
: [ run
[ run
trim_test.cpp
: :
:
: trim
]
: [ run
[ run
conv_test.cpp
: :
:
: conv
]
: [ run
[ run
predicate_test.cpp
: :
:
: predicate
]
: [ run
[ run
find_test.cpp
: :
:
: find
]
: [ run
[ run
split_test.cpp
: :
:
: split
]
: [ run
[ run
replace_test.cpp
: :
:
: replace
]
: [ run
[ run
regex_test.cpp
<lib>../../../regex/build/boost_regex
: :