summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--seabios.git.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/seabios.git.spec b/seabios.git.spec
index a9c840c..de79d2f 100644
--- a/seabios.git.spec
+++ b/seabios.git.spec
@@ -64,8 +64,8 @@ function do_build() {
rm -rf out
cp "$cfg" ".config"
yes "" | make oldconfig
- make EXTRAVERSION="$extra"
- make EXTRAVERSION="$extra" $target
+ make %{?_smp_mflags} EXTRAVERSION="$extra"
+ make %{?_smp_mflags} EXTRAVERSION="$extra" $target
}
echo "%{version}" > .version