diff options
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 793f3d0..e4d4b33 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -133,8 +133,7 @@ build2_sub := \ bin \ c \ cc \ -cxx \ -version +cxx libbuild2_sub := \ config \ @@ -142,6 +141,7 @@ dist \ test/script \ test \ install \ +version \ in build2_src := $(wildcard $(src_root)/build2/*.cxx) |