diff options
Diffstat (limited to 'scripts/build/companion_tools/100-m4.sh')
-rw-r--r-- | scripts/build/companion_tools/100-m4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_tools/100-m4.sh b/scripts/build/companion_tools/100-m4.sh index dd8380e1..35721d52 100644 --- a/scripts/build/companion_tools/100-m4.sh +++ b/scripts/build/companion_tools/100-m4.sh @@ -20,8 +20,8 @@ do_companion_tools_m4_build() { CT_DoExecLog CFG \ "${CT_SRC_DIR}/m4-${CT_M4_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 } |