summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-07-12 17:30:21 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:47 +0200
commit4fb73284186715a618e9f6ba3f077df5948e30c9 (patch)
tree878ebcdc6e7a56f8ffad79db4b8249d0523cc182
parent75650be20559b34f27708f7f5b5d4a340194b610 (diff)
Remove rpm macro "%__make", use "make" instead
Change-Id: I6e2c77b1a21aeaa127e12fe5e1464a59f71e996f Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--rpm/rpm-config.spec.in2
1 files changed, 1 insertions, 1 deletions
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)