diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-17 12:27:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:25 +0200 |
commit | 56378e765a335fb5974ebdad1048f5f8a9edeef6 (patch) | |
tree | 87436bd0123f5ccb8356ee33aa0b9d8f76786297 | |
parent | 2cdeda47d3315829cf7d5ed46a6f8de187ec9bfb (diff) |
Change buildfile target type name to build{}
This is consistent with other names where we try to use the extension.
-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 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, |