From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwia-0000LJ-1d for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIwiY-0001Gy-4x for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:34:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwiX-0001Gl-WB for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:34:42 -0400 From: Gerd Hoffmann Date: Fri, 1 Jul 2016 13:34:27 +0200 Message-Id: <1467372867-473-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1467372867-473-1-git-send-email-kraxel@redhat.com> References: <1467372867-473-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 2/2] build: add pc-bios to config-host.mak deps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann ... so configure re-runs on pc-bios updates such as new pxe roms. Needed because configure symlinks the prebuilt roms from src into build tree. Signed-off-by: Gerd Hoffmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ea13bc..c1ac21d 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CONFIG_ALL=y -include config-all-devices.mak -include config-all-disas.mak -config-host.mak: $(SRC_PATH)/configure +config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/pc-bios @echo $@ is out-of-date, running configure @# TODO: The next lines include code which supports a smooth @# transition from old configurations without config.status. -- 1.8.3.1