mirror of
https://github.com/boostorg/build.git
synced 2026-02-03 09:02:11 +00:00
Attempt to fix someone else's bug.
[SVN r26798]
This commit is contained in:
@@ -203,7 +203,7 @@ class xml-catalog-action : action
|
||||
|
||||
rule __init__ ( target : property-set ? )
|
||||
{
|
||||
action.__init__ $(target) : : generate-xml-catalog : $(property-set) ;
|
||||
action.__init__ $(target) : generate-xml-catalog : $(property-set) ;
|
||||
}
|
||||
|
||||
rule actualize ( )
|
||||
|
||||
Reference in New Issue
Block a user