aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/version/rule.hxx')
-rw-r--r--libbuild2/version/rule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/version/rule.hxx b/libbuild2/version/rule.hxx
index 2903dbf..0bdc090 100644
--- a/libbuild2/version/rule.hxx
+++ b/libbuild2/version/rule.hxx
@@ -20,7 +20,7 @@ namespace build2
class in_rule: public in::rule
{
public:
- in_rule (): rule ("version.in 2", "version.in") {}
+ in_rule (): rule ("version.in 2", "version") {}
virtual bool
match (action, target&) const override;