summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/build/debug/dmalloc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/dmalloc.sh b/scripts/build/debug/dmalloc.sh
index 0d6aa6f..e9bc0da 100644
--- a/scripts/build/debug/dmalloc.sh
+++ b/scripts/build/debug/dmalloc.sh
@@ -44,7 +44,7 @@ do_debug_dmalloc_build() {
CT_DoLog EXTRA "Building dmalloc"
make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL
- CT_DoLog EXTRA "Building dmalloc"
+ CT_DoLog EXTRA "Installing dmalloc"
make DESTDIR="${CT_SYSROOT_DIR}" installincs \
installlib 2>&1 |CT_DoLog ALL
make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil 2>&1 |CT_DoLog ALL