diff options
Diffstat (limited to 'libbuild2/in')
-rw-r--r-- | libbuild2/in/target.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/in/target.cxx b/libbuild2/in/target.cxx index 0affc04..d9bc8a7 100644 --- a/libbuild2/in/target.cxx +++ b/libbuild2/in/target.cxx @@ -43,14 +43,12 @@ namespace build2 fail (l) << "pattern in in{} prerequisite" << endf; } - extern const char in_ext_def[] = ""; // No extension by default. - const target_type in::static_type { "in", &file::static_type, &target_factory<in>, - &target_extension_fix<in_ext_def>, + &target_extension_none, nullptr, /* default_extension */ // Taken care of by search. &in_pattern, &target_print_1_ext_verb, // Same as file. |