summaryrefslogtreecommitdiffstats
path: root/openldap/ExternalProject_openldap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openldap/ExternalProject_openldap.mk')
-rw-r--r--openldap/ExternalProject_openldap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openldap/ExternalProject_openldap.mk b/openldap/ExternalProject_openldap.mk
index 41a7b43b90e5..5f739f0fd777 100644
--- a/openldap/ExternalProject_openldap.mk
+++ b/openldap/ExternalProject_openldap.mk
@@ -36,7 +36,7 @@ $(call gb_ExternalProject_get_state_target,openldap,build) :
CFLAGS="-I $(OUTDIR)/inc/mozilla/nss -I $(OUTDIR)/inc/mozilla/nspr" \
LDFLAGS="-L$(OUTDIR)/lib" \
) \
- && unset MAKEFLAGS && $(GNUMAKE) -j$(GMAKE_PARALLELISM) \
+ && MAKEFLAGS= && $(MAKE) \
&& touch $@
# vim: set noet sw=4 ts=4: