]> git.pld-linux.org Git - packages/strace.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:24:00 +0000 (07:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace.spec -> 1.24

strace.spec

index 3efd2736c04d93c0bf1545124c3eb78ea6055ab1..0d30453587b887ab3334f92414e24292197df438 100644 (file)
@@ -47,14 +47,14 @@ g
 %build
 autoconf && autoheader
 %configure
-make LDFLAGS="-s"
+%{__make} LDFLAGS="-s"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-make install \
+%{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        bindir=$RPM_BUILD_ROOT%{_bindir}
This page took 0.194149 seconds and 4 git commands to generate.