From 402bb6e6b297614226c4f848ebdb13fd49a95d76 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Jul 2015 13:00:45 +0200 Subject: Relax requirement on amalgamation src_root to track sub-project --- build/config/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/config') 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 ()); - ofs << "# Base configuration inherited from " << d << "/ ." << endl + ofs << "# Base configuration inherited from " << d << endl << "#" << endl; } -- cgit v1.1