aboutsummaryrefslogtreecommitdiff
path: root/build2/target.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-17 12:27:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:25 +0200
commit56378e765a335fb5974ebdad1048f5f8a9edeef6 (patch)
tree87436bd0123f5ccb8356ee33aa0b9d8f76786297 /build2/target.cxx
parent2cdeda47d3315829cf7d5ed46a6f8de187ec9bfb (diff)
Change buildfile target type name to build{}
This is consistent with other names where we try to use the extension.
Diffstat (limited to 'build2/target.cxx')
-rw-r--r--build2/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.cxx b/build2/target.cxx
index 3b6e06f..75485ed 100644
--- a/build2/target.cxx
+++ b/build2/target.cxx
@@ -609,7 +609,7 @@ namespace build2
const target_type buildfile::static_type
{
- "buildfile",
+ "build",
&file::static_type,
&buildfile_factory,
&buildfile_target_extension,