diff --git a/build.jam b/build.jam index 57bf984..5910345 100644 --- a/build.jam +++ b/build.jam @@ -18,15 +18,13 @@ constant boost_dependencies : /boost/utility//boost_utility ; project /boost/lambda - : common-requirements - include ; explicit - [ alias boost_lambda : : : : $(boost_dependencies) ] + [ alias boost_lambda : : : + : include $(boost_dependencies) ] [ alias all : boost_lambda test ] ; call-if : boost-library lambda ; -