diff --git a/classic/test/Jamfile b/classic/test/Jamfile index 0ae4bf020..785807609 100644 --- a/classic/test/Jamfile +++ b/classic/test/Jamfile @@ -9,6 +9,7 @@ # http://www.boost.org/LICENSE_1_0.txt) #============================================================================== +import-search /boost/config/checks ; import config : requires ; ############################################################################### @@ -41,7 +42,7 @@ explicit pch pch-dbg ; rule spirit-run ( sources + : args * : input-files * : requirements * : name ? : default-build * ) { name ?= $(sources[1]:D=:S=) ; - return + return [ run $(sources) : $(args) : $(input-files) : $(requirements) on-spirit:pch : $(name) : $(default-build) ] @@ -210,6 +211,6 @@ local multi-threading = boost_thread [ compile typeof_support/typeof_symbols.cpp ] [ compile typeof_support/typeof_tree.cpp ] [ compile typeof_support/typeof_utility.cpp ] - ; + ; diff --git a/example/x3/Jamfile b/example/x3/Jamfile index 3935c2b8e..f3593b1cf 100644 --- a/example/x3/Jamfile +++ b/example/x3/Jamfile @@ -4,6 +4,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #============================================================================== +import-search /boost/config/checks ; import config : requires ; project spirit-x3-example diff --git a/test/x3/Jamfile b/test/x3/Jamfile index 455fc966b..6326cfaed 100644 --- a/test/x3/Jamfile +++ b/test/x3/Jamfile @@ -8,6 +8,7 @@ # http://www.boost.org/LICENSE_1_0.txt) #============================================================================== +import-search /boost/config/checks ; import config : requires ; import modules ; import feature ;