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

Properly register targets created by notfile generator.

[SVN r55529]
This commit is contained in:
Vladimir Prus
2009-08-11 16:53:35 +00:00
parent 3f897d9945
commit 2203adba3e

View File

@@ -39,7 +39,8 @@ class notfile-generator : generator
action = [ new action $(sources) : notfile.run
: $(property-set) ] ;
}
return [ new notfile-target $(name) : $(project) : $(action) ] ;
return [ virtual-target.register
[ new notfile-target $(name) : $(project) : $(action) ] ] ;
}
}