diff mbox

[4/4] configure: don't install aml links

Message ID 1454840944-29299-5-git-send-email-mst@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael S. Tsirkin Feb. 7, 2016, 10:29 a.m. UTC
There aren't any left.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 configure | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/configure b/configure
index d4411a1..06cb815 100755
--- a/configure
+++ b/configure
@@ -5967,7 +5967,6 @@  FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
 FILES="$FILES pc-bios/qemu-icon.bmp"
 for bios_file in \
     $source_path/pc-bios/*.bin \
-    $source_path/pc-bios/*.aml \
     $source_path/pc-bios/*.rom \
     $source_path/pc-bios/*.dtb \
     $source_path/pc-bios/*.img \