From 1bb9cc99e8926825a2daae0f0d1e2c3d15d778a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Nov 2017 15:29:58 +0200 Subject: Fix few bugs in generated header path remapping logic --- build2/cli/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cli') diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx index c50c0b4..10aab5e 100644 --- a/build2/cli/target.cxx +++ b/build2/cli/target.cxx @@ -55,7 +55,7 @@ namespace build2 // this is to avoid searching for existing files in src_base if the // buildfile mentions some of them explicitly as prerequisites. // - // Also required for the src-out re-mapping logic. + // Also required for the src-out remapping logic. // targets.insert (d, o, n, trace); targets.insert (d, o, n, trace); -- cgit v1.1