Remove rpm macro "%__make", use "make" instead
[staging/xdg-launcher.git] / rpm / rpm-config.spec.in
index ecfa795..aea2890 100644 (file)
@@ -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)