diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-12 17:30:21 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-12 17:30:21 +0200 |
commit | 6b29dcdcb3b110ecad2d80041e71c778be03eeb0 (patch) | |
tree | 368966fbce2fd23c309d75f20cbe90b08046b264 /rpm | |
parent | bac77a71ab848131dfc85670117af22483458702 (diff) |
Remove rpm macro "%__make", use "make" instead
Change-Id: I6e2c77b1a21aeaa127e12fe5e1464a59f71e996f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/rpm-config.spec.in | 2 |
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) |