Use %{?_smp_mflags} in make.

This commit is contained in:
roland 2005-10-31 22:25:55 +00:00
parent 91b2218e10
commit cb9b2a16fe
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
%configure CFLAGS="$RPM_OPT_FLAGS"
make
make %{?_smp_mflags}
%install
rm -rf ${RPM_BUILD_ROOT}