From 7f417cae68f0e2bac52c086585d4df029ff7b6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 14 Jun 2012 08:08:22 +0000 Subject: [PATCH] Boost library build system code cleanup - removed a non-existing 'explicit' target being declared as explicit. [SVN r78937] --- boostcpp.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boostcpp.jam b/boostcpp.jam index 484c3c795d..11b395cb57 100644 --- a/boostcpp.jam +++ b/boostcpp.jam @@ -284,7 +284,7 @@ rule declare_install_and_stage_proper_targets ( libraries * : headers * ) generate install-unversioned : install-proper : boostcpp.make-unversioned-links ; - $(p).mark-target-as-explicit explicit install-unversioned ; + $(p).mark-target-as-explicit install-unversioned ; } else {