diff options
Diffstat (limited to 'ghc.spec.in')
-rw-r--r-- | ghc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.spec.in b/ghc.spec.in index a03a759fc4..c50e8052c4 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -83,7 +83,7 @@ needed. %build test -f configure || autoreconf ./configure --prefix=%{_prefix} --mandir=%{_mandir} -make HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)' +make %{?jobs:-j%jobs} HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)' make html make -C docs/ext-core ps make -C docs/storage-mgt ps |