diff --git a/v2/build/targets.jam b/v2/build/targets.jam index d67d1c48b..1bc09feb7 100644 --- a/v2/build/targets.jam +++ b/v2/build/targets.jam @@ -115,7 +115,7 @@ class abstract-target return $(self.project) ; } - # Return the location where the target was declared + # Return the location where the target was declared. rule location ( ) { return $(self.location) ;