summaryrefslogtreecommitdiffstats
path: root/src/hunspell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/hunspell.mk')
-rw-r--r--src/hunspell.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hunspell.mk b/src/hunspell.mk
index 60c6792..462fb73 100644
--- a/src/hunspell.mk
+++ b/src/hunspell.mk
@@ -17,7 +17,8 @@ define $(PKG)_BUILD
--with-warnings \
--without-ui \
--with-readline
- $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+ $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' $(MXE_DISABLE_CRUFT)
+ $(MAKE) -C '$(BUILD_DIR)' -j 1 install $(MXE_DISABLE_CRUFT)
# Test
'$(TARGET)-g++' \