From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnHhx-0007md-MO for qemu-devel@nongnu.org; Thu, 04 Mar 2010 15:31:45 -0500 Received: from [199.232.76.173] (port=49267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnHhx-0007mG-8O for qemu-devel@nongnu.org; Thu, 04 Mar 2010 15:31:45 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnHhu-0002wC-PT for qemu-devel@nongnu.org; Thu, 04 Mar 2010 15:31:45 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:64388) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnHhu-0002va-9D for qemu-devel@nongnu.org; Thu, 04 Mar 2010 15:31:42 -0500 From: Stefan Weil Date: Thu, 4 Mar 2010 21:31:35 +0100 Message-Id: <1267734695-21803-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <4B901066.1070903@mail.berlios.de> References: <4B901066.1070903@mail.berlios.de> Subject: [Qemu-devel] [PATCH] Makefile: Fix names of GPXE ROM files List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: lmr@redhat.com, mst@redhat.com da51e79b7ff2126cc2448749d657a4f6e3b1270f added two new ROM files and removed an old one for eepro100.c. These changes were missing in Makefile (which resulted in a broken "make install"). Reported by Lucas Meneghel Rodrigues, thanks. Signed-off-by: Stefan Weil --- Makefile | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 4af1317..46a337f 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,9 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr ifdef INSTALL_BLOBS BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ video.x openbios-sparc32 openbios-sparc64 openbios-ppc \ -pxe-e1000.bin pxe-i82559er.bin \ +gpxe-eepro100-80861209.rom \ +gpxe-eepro100-80861229.rom \ +pxe-e1000.bin \ pxe-ne2k_pci.bin pxe-pcnet.bin \ pxe-rtl8139.bin pxe-virtio.bin \ bamboo.dtb petalogix-s3adsp1800.dtb \ -- 1.7.0