Index: boostcpp.jam =================================================================== --- boostcpp.jam (revision 79133) +++ boostcpp.jam (working copy) @@ -255,12 +255,12 @@ if $(layout-versioned) && ( [ modules.peek : NT ] || [ modules.peek : UNIX ] ) { generate stage-unversioned : stage-proper : - @boostcpp.make-unversioned-links ; + boostcpp.make-unversioned-links ; $(p).mark-target-as-explicit stage-unversioned ; generate install-unversioned : install-proper : - @boostcpp.make-unversioned-links ; - $(p).mark-target-as-explicit install-unversioned ; + boostcpp.make-unversioned-links ; + $(p).mark-target-as-explicit explicit install-unversioned ; } else {