2
0
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:
Dave Abrahams
2005-01-22 11:45:46 +00:00
parent 2c69fdfbf8
commit 5d72cb67f8

View File

@@ -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 ( )