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

Fixed(?) BUILD bug

[SVN r13015]
This commit is contained in:
Dave Abrahams
2002-03-02 17:46:46 +00:00
parent e0f13c442b
commit 9dee37fdf6
2 changed files with 0 additions and 2 deletions

View File

@@ -1593,7 +1593,6 @@ rule split-target-subvariant ( target-var properties-var toolset-var variant-var
# Generates requested subvariant build instructions for the given main target
rule main-target
{
local BUILD = ;
local subvariants = [ expand-target-subvariants $(<) : $(>) : $(TOOLS) : BUILD ] ;
# include each jamfile describing a dependee target.

View File

@@ -1593,7 +1593,6 @@ rule split-target-subvariant ( target-var properties-var toolset-var variant-var
# Generates requested subvariant build instructions for the given main target
rule main-target
{
local BUILD = ;
local subvariants = [ expand-target-subvariants $(<) : $(>) : $(TOOLS) : BUILD ] ;
# include each jamfile describing a dependee target.