summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/300-automake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/companion_tools/300-automake.sh')
-rw-r--r--scripts/build/companion_tools/300-automake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh
index 174b2a7..e66f6ec 100644
--- a/scripts/build/companion_tools/300-automake.sh
+++ b/scripts/build/companion_tools/300-automake.sh
@@ -17,7 +17,7 @@ do_companion_tools_automake_build() {
mkdir -p "${CT_BUILD_DIR}/build-automake"
CT_Pushd "${CT_BUILD_DIR}/build-automake"
- CT_DoExecLog ALL \
+ CT_DoExecLog CFG \
"${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}/configure" \
--prefix="${CT_TOOLS_OVERIDE_DIR}"
CT_DoExecLog ALL make