diff options
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 493befd..e06c5ec 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -136,13 +136,11 @@ bin \ c \ cc \ cxx \ -cli \ test/script \ test \ version \ install \ -in \ -bash +in build2_src := $(wildcard $(src_root)/build2/*.cxx) build2_src += $(foreach d,$(sub_dirs),$(wildcard $(src_root)/build2/$d/*.cxx)) |