From bdeadd30b02463d73f62c172ed888768466b0b81 Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Mon, 21 Apr 2008 11:46:03 +0000 Subject: [PATCH] removed act-as-jamfile, which gives errors when boost.use-project is not invoked from Jamroot file. [SVN r44691] --- v2/contrib/boost.jam | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/contrib/boost.jam b/v2/contrib/boost.jam index b89d188d8..8ba5739f7 100644 --- a/v2/contrib/boost.jam +++ b/v2/contrib/boost.jam @@ -175,8 +175,6 @@ rule use-project case 0.0.1 : boost_0_0_1 $(inc) $(lib) ; case * : boost_std $(inc) $(lib) ; } - project.act-as-jamfile boost : $(__name__) ; - modules.call-in $(mod) : use-project boost : $(__name__) ; } } else {