diff -r b6e20abe9256 -r fcad4374caba scripts/build/debug/dmalloc.sh --- a/scripts/build/debug/dmalloc.sh Fri May 18 15:57:16 2007 +0000 +++ b/scripts/build/debug/dmalloc.sh Fri May 18 15:59:22 2007 +0000 @@ -44,7 +44,7 @@ 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