From d1d28c5f261e39013b8b987d58b3c0acaa8c762b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Jun 2020 07:54:57 +0200 Subject: Use buildfile{} instead of build{} for target type This feels like an oversight from transitioning to full names, like testscript{}, etc. --- libbuild2/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2') diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index e3ad367..a543f34 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1215,7 +1215,7 @@ namespace build2 const target_type buildfile::static_type { - "build", + "buildfile", &file::static_type, &target_factory, &buildfile_target_extension, -- cgit v1.1