From 875b9ac46cb2ce4e5417acb304d1ba09c1399edb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 18 Dec 2020 23:05:07 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- gawk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gawk.spec b/gawk.spec index bf393a5..dd01357 100644 --- a/gawk.spec +++ b/gawk.spec @@ -103,6 +103,7 @@ BuildRequires: bison # packages to correctly finish the build. These should not be needed in the # future, once upstream fixes their requirement on 'aclocal-1.15'. BuildRequires: automake +BuildRequires: make # =============================================================================