diff --git a/build.jam b/build.jam index b4223a58..9a3ae769 100644 --- a/build.jam +++ b/build.jam @@ -20,11 +20,12 @@ project /boost/regex ; explicit - [ alias boost_regex : build//boost_regex ] - [ alias all : boost_regex example test ] + [ alias boost_regex : : : : $(boost_dependencies) ] + [ alias boost_regex_old : build//boost_regex ] + [ alias all : boost_regex boost_regex_old example test ] ; call-if : boost-library regex - : install boost_regex + : install boost_regex_old ;