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

Merge from trunk

[SVN r33994]
This commit is contained in:
Vladimir Prus
2006-05-18 06:33:55 +00:00
parent a2cb8653ef
commit 27de93041e

View File

@@ -645,7 +645,7 @@ rule register-standard ( id : source-types * : target-types + : requirements * )
# Creates new instance of the 'composing-generator' class and
# registers it.
rule register-composing ( id : source-types + : target-types + : requirements * )
rule register-composing ( id : source-types * : target-types + : requirements * )
{
local g = [ new generator $(id) true : $(source-types)
: $(target-types) : $(requirements) ] ;