From 4fb73284186715a618e9f6ba3f077df5948e30c9 Mon Sep 17 00:00:00 2001
From: Ronan Le Martret <ronan.lemartret@iot.bzh>
Date: Wed, 12 Jul 2017 17:30:21 +0200
Subject: Remove rpm macro "%__make", use "make" instead

Change-Id: I6e2c77b1a21aeaa127e12fe5e1464a59f71e996f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
---
 rpm/rpm-config.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpm/rpm-config.spec.in b/rpm/rpm-config.spec.in
index ecfa795..aea2890 100644
--- a/rpm/rpm-config.spec.in
+++ b/rpm/rpm-config.spec.in
@@ -42,7 +42,7 @@ BuildRoot:     %{_tmppath}/%{name}-%{version}-build
 
 %build
 %cmake -DBINDINGS_INSTALL_PREFIX:PATH=%{_libdir}
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 CURDIR=$(pwd)
-- 
cgit