From 413061dc1e76d62cda26abe7de67a3a5231076c7 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 23 Nov 2017 16:24:52 +0100 Subject: [PATCH] specfile: use %make_build where possible --- tcsh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index ea99ac4..30bca27 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -101,12 +101,12 @@ git commit --all --amend --no-edit > /dev/null %build %configure -make %{?_smp_mflags} all +%make_build all # --------------- %check -make check +%make_build check # ---------------