]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb.spec
- added using %%{__make} macro.
[packages/gdb.git] / gdb.spec
index 3bd56221513c02d379e928eb330a729f779ff324..cd0d96d37ab00455581a14af40d512bb852b144f 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -56,13 +56,13 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
        --enable-shared
 
 make
-make info
+%{__make} info
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_infodir}
 
-make install \
+%{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        infodir=$RPM_BUILD_ROOT%{_infodir} \
        mandir=$RPM_BUILD_ROOT%{_mandir}
This page took 0.029127 seconds and 4 git commands to generate.