Use %{?_smp_mflags} in make.

This commit is contained in:
roland 2005-10-31 22:25:55 +00:00
parent d88264bf02
commit a916c75265

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}