aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.gmake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-20 15:31:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-20 16:10:26 +0200
commitc1dc06dfd1d329f8c6499dbe2166725ab9c35e17 (patch)
tree97449ae7263490473a833944cfeb3d889a2f580d /bootstrap.gmake
parentb4286df8c9bafdab1934cef99ccc0506ec4555e2 (diff)
Implement bash module
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 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))