diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-07 13:00:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-07 13:49:16 +0200 |
commit | 402bb6e6b297614226c4f848ebdb13fd49a95d76 (patch) | |
tree | 0a8a59e2bf1b7c0d6d7efb1dcf7e9bee1bea76cc /build/config/operation.cxx | |
parent | 49d5628e35593a5300d39596286c768d7aa435b6 (diff) |
Relax requirement on amalgamation src_root to track sub-project
Diffstat (limited to 'build/config/operation.cxx')
-rw-r--r-- | build/config/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/operation.cxx b/build/config/operation.cxx index 78ad9e8..e6c258c 100644 --- a/build/config/operation.cxx +++ b/build/config/operation.cxx @@ -89,7 +89,7 @@ namespace build { const dir_path& d (v.as<const dir_path&> ()); - ofs << "# Base configuration inherited from " << d << "/ ." << endl + ofs << "# Base configuration inherited from " << d << endl << "#" << endl; } |