summaryrefslogtreecommitdiff
path: root/cli/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/header.cxx')
-rw-r--r--cli/header.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/header.cxx b/cli/header.cxx
index e2aebd4..4286df6 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -288,7 +288,10 @@ namespace
traverse (semantics::cli_includes& i)
{
generate (i.kind (),
- i.file ().base ().string () + options.hxx_suffix ());
+ (options.output_prefix () +
+ i.file ().base ().string () +
+ options.output_suffix () +
+ options.hxx_suffix ()));
}
void