X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc.spec.in;fp=ghc.spec.in;h=5d3fa1f1d1859285ff9c0d96a3170bda3c6e2f9b;hp=331fdd4f09ed85b6c5cfe2f36f5966e003c38fc0;hb=f6e429f8f5a533d699a69ffc733a56be5ddff5a9;hpb=7895455f8dc327c6b447f9287d6e76ddcd253183 diff --git a/ghc.spec.in b/ghc.spec.in index 331fdd4..5d3fa1f 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -84,6 +84,12 @@ needed. %build test -f configure || sh boot ./configure --prefix=%{_prefix} --mandir=%{_mandir} + +# Don't install these tools, we'll use update-alternatives below. +touch mk/build.mk +echo "NO_INSTALL_RUNHASKELL=YES" >>mk/build.mk +echo "NO_INSTALL_HSC2HS=YES" >>mk/build.mk + make %{?jobs:-j%jobs} make html # Alas, we don't pass make options/arguments down to "libraries", so let's redo make here...