diff --git a/build.jam b/build.jam index fa421d3..3c082c6 100644 --- a/build.jam +++ b/build.jam @@ -9,12 +9,11 @@ constant boost_dependencies : /boost/config//boost_config ; project /boost/typeof - : common-requirements - include ; explicit - [ alias boost_typeof : : : : $(boost_dependencies) ] + [ alias boost_typeof : : : + : include $(boost_dependencies) ] [ alias all : boost_typeof test ] ;