aboutsummaryrefslogtreecommitdiff
path: root/build2/in/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/in/rule.cxx')
-rw-r--r--build2/in/rule.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/build2/in/rule.cxx b/build2/in/rule.cxx
index 41f2f71..5ec95f3 100644
--- a/build2/in/rule.cxx
+++ b/build2/in/rule.cxx
@@ -55,10 +55,7 @@ namespace build2
// Derive the file name.
//
- // If this is an executable with an unspecified extension, then default
- // to no extension (i.e., a shell script).
- //
- t.derive_path (t.is_a<exe> () ? "" : nullptr);
+ t.derive_path ();
// Inject dependency on the output directory.
//