summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build4
-rw-r--r--cli/buildfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 43ca038..611329a 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -7,8 +7,8 @@ project = cli
using version
# By default leave the cli module unconfigured since we don't want to use some
-# system-installed cli. Note that this value will be overridden if set both on
-# the command line or in config.build.
+# system-installed cli. Note that this value will be overridden if set either
+# on the command line or in config.build.
#
config.cli = false
diff --git a/cli/buildfile b/cli/buildfile
index b6bf89a..507bace 100644
--- a/cli/buildfile
+++ b/cli/buildfile
@@ -1,4 +1,4 @@
-# file : buildfile
+# file : cli/buildfile
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
@@ -18,7 +18,7 @@ if $cli.configured
{
cli.cxx{options}: cli{options}
- cli.options += -I $src_root --include-with-brackets --include-prefix cli \
+ cli.options += --include-with-brackets --include-prefix cli \
--guard-prefix CLI --generate-file-scanner --generate-specifier \
--reserved-name stdout