2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix typo.

[SVN r18934]
This commit is contained in:
Vladimir Prus
2003-07-04 11:32:17 +00:00
parent 7be0988b89
commit 6baf93013b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:</p>
<pre>
exe a : a_gcc.cpp : &lt;toolset&gt; ;
exe a : a_gcc.cpp : &lt;toolset&gt;gcc ;
exe a : a.cpp ;
</pre>
Each call to the 'exe' rule defines a new <em>main target

View File

@@ -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:</p>
<pre>
exe a : a_gcc.cpp : &lt;toolset&gt; ;
exe a : a_gcc.cpp : &lt;toolset&gt;gcc ;
exe a : a.cpp ;
</pre>
Each call to the 'exe' rule defines a new <em>main target