Little fix up in a message during the dmalloc build.

This commit is contained in:
Yann E. MORIN" 2007-05-18 15:59:22 +00:00
parent 5e43e3ea86
commit db2d59f091

View File

@ -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