diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-08 14:55:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-24 13:53:25 +0200 |
commit | 83bb02cada0b894d9134cc5489999e0f0fe8bd7c (patch) | |
tree | 1dedff27ce2b7d54bd6b0875c9125f4dafde2e80 /bootstrap.gmake | |
parent | 1ba934bb973c234b68751ee5866365c14da4e795 (diff) |
Move in build system module to separate library
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 04716be..793f3d0 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -134,15 +134,15 @@ bin \ c \ cc \ cxx \ -version \ -in +version libbuild2_sub := \ config \ dist \ test/script \ test \ -install +install \ +in build2_src := $(wildcard $(src_root)/build2/*.cxx) build2_src += $(foreach d,$(build2_sub),$(wildcard $(src_root)/build2/$d/*.cxx)) |