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

Bugfix for another case where Jam were changing slash direction.

[SVN r16832]
This commit is contained in:
Vladimir Prus
2003-01-09 15:26:31 +00:00
parent adde0ddab3
commit 7ea3d6ca65

View File

@@ -383,7 +383,7 @@ rule generate-dependencies ( properties * : project : extra-properties * )
{
if dependency in [ feature.attributes $(p:G) ]
{
local g = [ targets.generate $(p:G=) : $(project)
local g = [ targets.generate $(p:TG=) : $(project)
: $(properties) $(extra-properties) ] ;
if ! $(g)
{