2
0
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:
Vladimir Prus
2006-11-17 06:26:12 +00:00
parent c8f6d39cae
commit f2e4ab9ae9

View File

@@ -363,7 +363,7 @@ rule capture-output ( target : source : properties * )
if ! $(preserve-test-targets)
{
TEMPORARY $(sources) ;
TEMPORARY $(source) ;
RmTemps $(target) : $(source) ;
}
}