specfile: use %make_build where possible

This commit is contained in:
David Kaspar [Dee'Kej] 2017-11-23 16:24:52 +01:00
parent 9339074409
commit 413061dc1e

View File

@ -101,12 +101,12 @@ git commit --all --amend --no-edit > /dev/null
%build %build
%configure %configure
make %{?_smp_mflags} all %make_build all
# --------------- # ---------------
%check %check
make check %make_build check
# --------------- # ---------------