summaryrefslogtreecommitdiff
path: root/mythes/ExternalProject_mythes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mythes/ExternalProject_mythes.mk')
-rw-r--r--mythes/ExternalProject_mythes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mythes/ExternalProject_mythes.mk b/mythes/ExternalProject_mythes.mk
index 392e69daa1a6..e88d793aaa4b 100644
--- a/mythes/ExternalProject_mythes.mk
+++ b/mythes/ExternalProject_mythes.mk
@@ -24,7 +24,7 @@ $(call gb_ExternalProject_get_state_target,mythes,build):
HUNSPELL_CFLAGS=" $(HUNSPELL_CFLAGS)" \
HUNSPELL_LIBS=" $(HUNSPELL_LIBS)" \
$(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \
- && $(GNUMAKE) -j$(EXTMAXPROCESS) \
+ && $(MAKE) \
&& touch $@
# vim: set noet sw=4 ts=4: