From 6baf93013b4bdbb5bb6cbfa20dd8d6e0f0ad4e02 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 4 Jul 2003 11:32:17 +0000 Subject: [PATCH] Fix typo. [SVN r18934] --- boost_build_v2.html | 2 +- v2/boost_build_v2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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