]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- split make invocations more
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 17 Mar 2021 07:56:51 +0000 (08:56 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 17 Mar 2021 07:56:51 +0000 (08:56 +0100)
ocaml.spec

index 4801c32fd868b99b73b2224206653883ffc2670b..e2ab31043c0564bca55bb393b40bdcbf8ae5533c 100644 (file)
@@ -177,7 +177,8 @@ mv htmlman docs/html/ocaml
 %{__make} world
 %{__make} bootstrap
 %if %{with ocaml_opt}
-%{__make} opt opt.opt
+%{__make} opt
+%{__make} opt.opt
 %endif
 
 %install
This page took 0.057543 seconds and 4 git commands to generate.