From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSMbO-0002Ti-Od for qemu-devel@nongnu.org; Sun, 07 Feb 2016 05:29:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSMbL-0006p0-Ii for qemu-devel@nongnu.org; Sun, 07 Feb 2016 05:29:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSMbL-0006ow-D5 for qemu-devel@nongnu.org; Sun, 07 Feb 2016 05:29:55 -0500 Date: Sun, 7 Feb 2016 12:29:49 +0200 From: "Michael S. Tsirkin" Message-ID: <1454840944-29299-5-git-send-email-mst@redhat.com> References: <1454840944-29299-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454840944-29299-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PATCH 4/4] configure: don't install aml links List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Eduardo Habkost , Marcel Apfelbaum , Laszlo Ersek , Markus Armbruster , Gerd Hoffmann , Stefan Hajnoczi , Igor Mammedov , Paolo Bonzini , John Snow There aren't any left. Signed-off-by: Michael S. Tsirkin --- configure | 1 - 1 file changed, 1 deletion(-) 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 \ -- MST