2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +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 f54882ad7b
commit 28bf6d7de3

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) ] ] ;
}
}