diff options
Diffstat (limited to 'scripts/build/companion_tools/300-automake.sh')
-rw-r--r-- | scripts/build/companion_tools/300-automake.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh index ae0c49be..ff286dd5 100644 --- a/scripts/build/companion_tools/300-automake.sh +++ b/scripts/build/companion_tools/300-automake.sh @@ -21,8 +21,8 @@ do_companion_tools_automake_build() { CT_DoExecLog CFG \ "${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}/configure" \ --prefix="${CT_BUILDTOOLS_PREFIX_DIR}" - CT_DoExecLog ALL make - CT_DoExecLog ALL make install + CT_DoExecLog ALL ${make} + CT_DoExecLog ALL ${make} install CT_Popd CT_EndStep } |