From 16483873893f6ffa0facee5b5b7752d2b062063f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 17 Mar 2021 08:56:51 +0100 Subject: [PATCH] - split make invocations more --- ocaml.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index 4801c32..e2ab310 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -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 -- 2.43.0