From bd621c6bf60dffc18b1d7e4f02f3d2d275fe1271 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 30 Mar 2003 15:17:52 +0000 Subject: [PATCH] ALWAYS $(output-target) doesn't belong in the text rule, it belongs in the caller [SVN r18135] --- new/print.jam | 1 - v2/util/print.jam | 1 - 2 files changed, 2 deletions(-) diff --git a/new/print.jam b/new/print.jam index 1f0581d7b..1ae996eba 100644 --- a/new/print.jam +++ b/new/print.jam @@ -251,7 +251,6 @@ rule text ( if $(overwrite) = "true" { overwrite = false ; - ALWAYS $(output-target) ; text-overwrite-action $(output-target) : $(line-v) ; } else diff --git a/v2/util/print.jam b/v2/util/print.jam index 1f0581d7b..1ae996eba 100644 --- a/v2/util/print.jam +++ b/v2/util/print.jam @@ -251,7 +251,6 @@ rule text ( if $(overwrite) = "true" { overwrite = false ; - ALWAYS $(output-target) ; text-overwrite-action $(output-target) : $(line-v) ; } else