build: add pc-bios to config-host.mak deps
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Jul 2016 11:28:37 +0000 (13:28 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Jul 2016 11:31:44 +0000 (13:31 +0200)
... 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 <kraxel@redhat.com>
Makefile

index 5ea13bc..c1ac21d 100644 (file)
--- 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.