diff --git a/make.changes b/make.changes index a0b9e79..6f3b45d 100644 --- a/make.changes +++ b/make.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Mon May 24 17:16:41 UTC 2010 - coolo@novell.com diff --git a/make.spec b/make.spec index 85a82ab..51df859 100644 --- a/make.spec +++ b/make.spec @@ -26,7 +26,7 @@ Provides: gmake PreReq: %install_info_prereq AutoReqProv: on Version: 3.81 -Release: 130 +Release: 131 Summary: GNU make Source: make-3.81.tar.bz2 Patch1: make-memory-hog-2.diff @@ -50,7 +50,7 @@ fi %build CFLAGS=$RPM_OPT_FLAGS \ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info -make %{?jobs:-j%jobs} +make %{?_smp_mflags} make check %install