Little fix up in a message during the dmalloc build.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri May 18 15:59:22 2007 +0000 (2007-05-18)
changeset 104fcad4374caba
parent 103 b6e20abe9256
child 105 5a8d4f6a19c7
Little fix up in a message during the dmalloc build.
scripts/build/debug/dmalloc.sh
     1.1 --- a/scripts/build/debug/dmalloc.sh	Fri May 18 15:57:16 2007 +0000
     1.2 +++ b/scripts/build/debug/dmalloc.sh	Fri May 18 15:59:22 2007 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4      CT_DoLog EXTRA "Building dmalloc"
     1.5      make ${PARALLELMFLAGS}                                      2>&1 |CT_DoLog ALL
     1.6  
     1.7 -    CT_DoLog EXTRA "Building dmalloc"
     1.8 +    CT_DoLog EXTRA "Installing dmalloc"
     1.9      make DESTDIR="${CT_SYSROOT_DIR}"       installincs      \
    1.10                                             installlib       2>&1 |CT_DoLog ALL
    1.11      make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil      2>&1 |CT_DoLog ALL