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

R.spec

diff --git a/R.spec b/R.spec
index 39520abd1b2b6c6ce19d8cc1159268141faff7a7..0b38a2399b51b0fb0f2dfc3547482a18e1892aab 100644 (file)
--- a/R.spec
+++ b/R.spec
@@ -115,11 +115,11 @@ for machine learning methods.
 rm ./doc/keyword-test.orig ./etc/undoc/R-funs.orig ./etc/undoc/extrExamp.orig 
 
 %build
-make 
-make help
-make html
-make clean
-make acclean
+%{__make} 
+%{__make} help
+%{__make} html
+%{__make} clean
+%{__make} acclean
 
 # Install contrib packages
 #
This page took 0.059474 seconds and 4 git commands to generate.