From 7debe1e029cc1b09676ce3a8401ab21e45e82b7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Aug 2019 11:31:48 +0200 Subject: Reorder dependencies in buildfile --- libbuild2/buildfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libbuild2/buildfile') diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 7ed593f..881b6e8 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -9,15 +9,17 @@ import int_libs = libbutl%lib{butl} -lib{build2}: libul{build2}: \ - {hxx ixx txx cxx}{* -utility-installed -config -version -*.test...} \ - {hxx}{config version} - # Note that this won't work on libul{} since it's never installed. # lib{build2}: cxx{utility-installed}: for_install = true liba{build2}: bin.whole = true # See utility-installed.cxx. +# Keep dependency on libul{build2} after cxx{utility-installed}. +# +lib{build2}: libul{build2}: \ + {hxx ixx txx cxx}{* -utility-installed -config -version -*.test...} \ + {hxx}{config version} + # These are "core modules" that come bundled with libbuild2 (see also unit # tests loop below). Note that the build system core can still function # without them or with their alternative implementations. -- cgit v1.1