2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

ALWAYS $(output-target) doesn't belong in the text rule, it belongs in

the caller


[SVN r18135]
This commit is contained in:
Douglas Gregor
2003-03-30 15:17:52 +00:00
parent cc2dd7ff2f
commit bd621c6bf6
2 changed files with 0 additions and 2 deletions

View File

@@ -251,7 +251,6 @@ rule text (
if $(overwrite) = "true"
{
overwrite = false ;
ALWAYS $(output-target) ;
text-overwrite-action $(output-target) : $(line-v) ;
}
else

View File

@@ -251,7 +251,6 @@ rule text (
if $(overwrite) = "true"
{
overwrite = false ;
ALWAYS $(output-target) ;
text-overwrite-action $(output-target) : $(line-v) ;
}
else