mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
Fix typo that causes all run tests to be always relinked and rerun.
Thanks to Juergen Hunold for the bug report. [SVN r36064]
This commit is contained in:
@@ -363,7 +363,7 @@ rule capture-output ( target : source : properties * )
|
||||
|
||||
if ! $(preserve-test-targets)
|
||||
{
|
||||
TEMPORARY $(sources) ;
|
||||
TEMPORARY $(source) ;
|
||||
RmTemps $(target) : $(source) ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user