From 3684fce4aea69b87891a4f95ecaf0958c29b46a0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] All specfiles should use make %{?_smp_mflags} --- example/mingw32-example.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/mingw32-example.spec b/example/mingw32-example.spec index f000fa6..ac060e4 100644 --- a/example/mingw32-example.spec +++ b/example/mingw32-example.spec @@ -33,7 +33,7 @@ BuildRequires: mingw32-binutils %build %{_mingw32_configure} -make +make %{?_smp_mflags} %install -- 1.8.3.1