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

newt.spec

index 8c5e03bd1c2127e3502f7c26b987ddd27686ef2f..3e52aef2def9920e0639c0043f3cc56c5ddc5e87 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -148,15 +148,15 @@ CFLAGS="$RPM_OPT_FLAGS"
 export LDFLAGS CFLAGS
 %configure \
        --enable-gpm-support
-make PROGS="whiptail whiptcl.so testgrid"
-make shared 
+%{__make} PROGS="whiptail whiptcl.so testgrid"
+%{__make} shared 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
 
-make instroot=$RPM_BUILD_ROOT install
-make instroot=$RPM_BUILD_ROOT install-sh
+%{__make} instroot=$RPM_BUILD_ROOT install
+%{__make} instroot=$RPM_BUILD_ROOT install-sh
 
 ln -s ./whiptail $RPM_BUILD_ROOT%{_bindir}/dialog
 
This page took 0.11615 seconds and 4 git commands to generate.