diff options
-rw-r--r-- | scripts/build/debug/dmalloc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/dmalloc.sh b/scripts/build/debug/dmalloc.sh index 039f1ead..ff54373d 100644 --- a/scripts/build/debug/dmalloc.sh +++ b/scripts/build/debug/dmalloc.sh @@ -47,7 +47,7 @@ do_debug_dmalloc_build() { ${extra_config} 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Building dmalloc" - make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL + make 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Installing dmalloc" make DESTDIR="${CT_SYSROOT_DIR}" installincs \ |