diff options
Diffstat (limited to 'scripts/build/companion_tools/200-autoconf.sh')
-rw-r--r-- | scripts/build/companion_tools/200-autoconf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_tools/200-autoconf.sh b/scripts/build/companion_tools/200-autoconf.sh index 78e1b32f..def6ddc7 100644 --- a/scripts/build/companion_tools/200-autoconf.sh +++ b/scripts/build/companion_tools/200-autoconf.sh @@ -26,8 +26,8 @@ do_companion_tools_autoconf_build() { CT_DoExecLog CFG ${CONFIG_SHELL} \ "${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_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 } |