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:
@@ -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 : <toolset> ;
|
||||
exe a : a_gcc.cpp : <toolset>gcc ;
|
||||
exe a : a.cpp ;
|
||||
</pre>
|
||||
Each call to the 'exe' rule defines a new <em>main target
|
||||
|
||||
@@ -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 : <toolset> ;
|
||||
exe a : a_gcc.cpp : <toolset>gcc ;
|
||||
exe a : a.cpp ;
|
||||
</pre>
|
||||
Each call to the 'exe' rule defines a new <em>main target
|
||||
|
||||
Reference in New Issue
Block a user