diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 16aec49..6d083d9 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -605,7 +605,7 @@ namespace build2 // name)? But then again we don't expect many such overrides. Plus // will complicate the diagnostics below. // - ns = reverse (*l, storage); + ns = reverse (*l, storage, true /* reduce */); if (ns.size () == 1) { |