diff options
-rw-r--r-- | build2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.cxx b/build2/target.cxx index 50188ac..7a4913c 100644 --- a/build2/target.cxx +++ b/build2/target.cxx @@ -611,7 +611,7 @@ namespace build2 "man", &doc::static_type, &man_factory, - &target_extension_assert, // Should be specified explicitly (see factory). + &target_extension_null, // Should be specified explicitly (see factory). &target_print_1_ext_verb, // Print extension even at verbosity level 0. &search_file, false |