2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
[SVN r17885]
This commit is contained in:
Vladimir Prus
2003-03-13 10:51:20 +00:00
parent c3daa69e05
commit 0bd6333bab

View File

@@ -94,7 +94,11 @@ rule stage-exe-generator
local n = [ $(source).name ] ;
local cloned-target = [ new file-target $(n:D=) : [ $(source).type ]
: $(project) ] ;
$(cloned-target).depends [ $(source).dependencies ] ;
local d = [ $(source).dependencies ] ;
if $(d)
{
$(cloned-target).depends $(d) ;
}
$(cloned-target).root [ $(source).root ] ;
$(cloned-target).dg [ $(source).dg ] ;