diff --git a/boost_build_v2.html b/boost_build_v2.html index 75ecd7398..474fe3531 100644 --- a/boost_build_v2.html +++ b/boost_build_v2.html @@ -724,7 +724,7 @@ boost-build /path/to/boost.build ; different compilers. Therefore it is possible to invoke main target rules several times for a single main target. For example:

-    exe a : a_gcc.cpp : <toolset> ;
+    exe a : a_gcc.cpp : <toolset>gcc ;
     exe a : a.cpp ;
 
Each call to the 'exe' rule defines a new main target diff --git a/v2/boost_build_v2.html b/v2/boost_build_v2.html index 75ecd7398..474fe3531 100644 --- a/v2/boost_build_v2.html +++ b/v2/boost_build_v2.html @@ -724,7 +724,7 @@ boost-build /path/to/boost.build ; different compilers. Therefore it is possible to invoke main target rules several times for a single main target. For example:

-    exe a : a_gcc.cpp : <toolset> ;
+    exe a : a_gcc.cpp : <toolset>gcc ;
     exe a : a.cpp ;
 
Each call to the 'exe' rule defines a new main target