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

dialog.spec

index df65d80eb92e854a94bba6dde8691f3fcd357424..ef08d74824b4ac05839e84fca64f86d806d4d8af 100644 (file)
@@ -84,13 +84,13 @@ Statyczna biblioteka dialog.
 %build
 autoconf && %configure
 
-make depend shared all
+%{__make} depend shared all
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,share/man/man1,src/dialog}
 
-make \
+%{__make} \
     prefix=$RPM_BUILD_ROOT%{_prefix} \
     mandir=$RPM_BUILD_ROOT%{_mandir} \
     install
This page took 0.042531 seconds and 4 git commands to generate.