summaryrefslogtreecommitdiffstats
path: root/seabios.git.spec
diff options
context:
space:
mode:
Diffstat (limited to 'seabios.git.spec')
-rw-r--r--seabios.git.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/seabios.git.spec b/seabios.git.spec
index 255d01b..ef61a31 100644
--- a/seabios.git.spec
+++ b/seabios.git.spec
@@ -56,8 +56,9 @@ function do_build() {
rm -rf out
cp "$cfg" ".config"
yes "" | make oldconfig
- make EXTRAVERSION="$extra"
+ rm -f "src/fw/"*.hex
make EXTRAVERSION="$extra" iasl
+ make EXTRAVERSION="$extra"
make EXTRAVERSION="$extra" $target
}
echo "%{version}" > .version