]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- more %%{__make} macros.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:54:40 +0000 (07:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd.spec -> 1.12

cyrus-imapd.spec

index 279ce5782e3d1df6afbe2f5430339e84ab0c8ff1..28da9057ebb88a3135ce73d4825576630def65ff 100644 (file)
@@ -84,13 +84,13 @@ rm -rf $RPM_BUILD_ROOT
 cd makedepend
 autoconf
 %configure 
-make
+%{__make}
 export PATH=$PATH:`pwd`
 cd ..
 autoconf
 %configure \
        --with-auth=unix
-make
+%{__make}
 
 gcc $RPM_OPT_FLAGS -DLIBEXECDIR=\"%{_libexecdir}\" -s -Wall -o deliver-wrapper %{SOURCE3}
 
This page took 0.102932 seconds and 4 git commands to generate.