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:
@@ -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) ] ] ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user