diff options
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 58ee069..493befd 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -141,7 +141,8 @@ test/script \ test \ version \ install \ -in +in \ +bash build2_src := $(wildcard $(src_root)/build2/*.cxx) build2_src += $(foreach d,$(sub_dirs),$(wildcard $(src_root)/build2/$d/*.cxx)) |