diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-20 10:29:16 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-20 10:29:16 +0200 |
commit | 0c64e30ebb88171f96eacf649379770f9f87355f (patch) | |
tree | 81a4d45de7c8a1b9f3d5d7a0cc25b9c4a3a9e957 | |
parent | f9adc9a8a7ac6cb7f3405899e92ba3c91d13b6ff (diff) | |
download | seabios-0c64e30ebb88171f96eacf649379770f9f87355f.tar.gz |
fix build
-rw-r--r-- | seabios.git.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index 025a3e4..78b4c34 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -62,7 +62,6 @@ function do_build() { rm -rf out cp "$cfg" ".config" yes "" | make oldconfig - rm -f "src/fw/"*.hex make EXTRAVERSION="$extra" make EXTRAVERSION="$extra" $target } |