mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Boost library build system code cleanup - removed a non-existing 'explicit' target being declared as explicit.
[SVN r78937]
This commit is contained in:
parent
cbcbfa103f
commit
7f417cae68
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ rule declare_install_and_stage_proper_targets ( libraries * : headers * )
|
|||
|
||||
generate install-unversioned : install-proper :
|
||||
<generating-rule>boostcpp.make-unversioned-links ;
|
||||
$(p).mark-target-as-explicit explicit install-unversioned ;
|
||||
$(p).mark-target-as-explicit install-unversioned ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue