aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.gmake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-16 16:12:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-16 16:12:17 +0200
commit0d8e5265a54d4362c83d292dd90330f81da6836c (patch)
tree25078e4520e1a30e512b992a99c476f2ae478bd0 /bootstrap.gmake
parent4f63afc1177021d6345502892dbd028f5d6db5eb (diff)
Update bootstrap scripts with new module directory (in)
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r--bootstrap.gmake3
1 files changed, 2 insertions, 1 deletions
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))