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

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.035102 seconds and 4 git commands to generate.