summaryrefslogtreecommitdiff
path: root/scripts/build/debug/400-ltrace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/400-ltrace.sh')
-rw-r--r--scripts/build/debug/400-ltrace.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/400-ltrace.sh b/scripts/build/debug/400-ltrace.sh
index 56f2580..f8d6144 100644
--- a/scripts/build/debug/400-ltrace.sh
+++ b/scripts/build/debug/400-ltrace.sh
@@ -52,10 +52,10 @@ do_debug_ltrace_build() {
fi
CT_DoLog EXTRA "Building ltrace"
- CT_DoExecLog ALL make
+ CT_DoExecLog ALL ${make}
CT_DoLog EXTRA "Installing ltrace"
- CT_DoExecLog ALL make DESTDIR="${CT_DEBUGROOT_DIR}" install
+ CT_DoExecLog ALL ${make} DESTDIR="${CT_DEBUGROOT_DIR}" install
CT_Popd
CT_EndStep