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

Secondary dependencies where not getting included, fixed.

[SVN r13372]
This commit is contained in:
Rene Rivera
2002-04-05 03:30:22 +00:00
parent 09022d3549
commit cb45371ed3
2 changed files with 6 additions and 0 deletions

View File

@@ -1614,6 +1614,9 @@ rule subvariant-target ( target : subvariant-id build-properties * : toolset var
if [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ]
{
# include each jamfile describing a dependee target.
dependent-include [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ] ;
local libs dlls ;
{
# Protect target variables against modification while lib dependencies

View File

@@ -1614,6 +1614,9 @@ rule subvariant-target ( target : subvariant-id build-properties * : toolset var
if [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ]
{
# include each jamfile describing a dependee target.
dependent-include [ get-values <$(STATIC_TYPES)> <$(SHARED_TYPES)> : $(gTARGET_DEPS($(target))) ] ;
local libs dlls ;
{
# Protect target variables against modification while lib dependencies