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 039f1ea..ff54373 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 \