From 6baf93013b4bdbb5bb6cbfa20dd8d6e0f0ad4e02 Mon Sep 17 00:00:00 2001
From: Vladimir Prus
- 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