diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-31 15:20:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-31 15:20:07 +0200 |
commit | 3a2efbc3d33c70aa5d0a87c9a1d16b458541bdde (patch) | |
tree | 9263852ab5e63e1ad5a976a9073251394b18d703 /build | |
parent | bbd0f3bb21442a2833916110cbe8e9a07e9f4c1f (diff) |
Cosmetic change
Diffstat (limited to 'build')
-rw-r--r-- | build/bin/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/rule.cxx b/build/bin/rule.cxx index eefa069..0845627 100644 --- a/build/bin/rule.cxx +++ b/build/bin/rule.cxx @@ -79,7 +79,7 @@ namespace build // prerequisite targets. While we never execute this list // ourselves (see perform() below), this is necessary to make // the exported options machinery work for the library chains. - // See cxx.export.*-related code in cxx/rule.cxx for details. + // See cxx.export.*-related code in cxx/compile.cxx for details. // // @@ Messes up dependents count. // |