From 0d8e5265a54d4362c83d292dd90330f81da6836c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Jul 2018 16:12:17 +0200 Subject: Update bootstrap scripts with new module directory (in) --- bootstrap.gmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap.gmake') diff --git a/bootstrap.gmake b/bootstrap.gmake index a50268c..58ee069 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -140,7 +140,8 @@ cli \ test/script \ test \ version \ -install +install \ +in build2_src := $(wildcard $(src_root)/build2/*.cxx) build2_src += $(foreach d,$(sub_dirs),$(wildcard $(src_root)/build2/$d/*.cxx)) -- cgit v1.1