From 5e8a23512d900dff411ed5768902100e8e9e259a Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Mon, 1 Apr 2013 20:10:41 +0000 Subject: [PATCH] These targets should be explicit. [SVN r83684] --- boostcpp.jam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boostcpp.jam b/boostcpp.jam index 62f69bd825..24907a320f 100644 --- a/boostcpp.jam +++ b/boostcpp.jam @@ -222,6 +222,7 @@ rule filtered-target ( name : message + : sources + : requirements * ) rule declare_install_and_stage_proper_targets ( libraries * : headers * ) { + local p = [ project.current ] ; for local l in $(libraries) { if $(l) = locale @@ -245,6 +246,7 @@ rule declare_install_and_stage_proper_targets ( libraries * : headers * ) else { alias $(l)-for-install : libs/$(l)/build ; + $(p).mark-target-as-explicit $(l)-for-install ; } } local library-targets = $(libraries)-for-install ;