From 56378e765a335fb5974ebdad1048f5f8a9edeef6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Oct 2016 12:27:23 +0200 Subject: Change buildfile target type name to build{} This is consistent with other names where we try to use the extension. --- build2/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/target.cxx') 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, -- cgit v1.1