aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/target.cxx')
-rw-r--r--build2/cc/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/target.cxx b/build2/cc/target.cxx
index 7039728..981f4d7 100644
--- a/build2/cc/target.cxx
+++ b/build2/cc/target.cxx
@@ -30,7 +30,7 @@ namespace build2
const target_type h::static_type
{
"h",
- &file::static_type,
+ &cc::static_type,
&target_factory<h>,
nullptr, /* fixed_extension */
&target_extension_var<var_extension, h_ext_def>,