diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2016-07-01 13:28:37 +0200 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-07-01 13:31:44 +0200 |
| commit | 8df42d855c38a1b23b6ba9f38ab71b9d7fb24216 (patch) | |
| tree | 9d510db4ba7a57bdc5af7a393bc51951cfee0d65 | |
| parent | 45027808cddf42ce002fb62824204d275d06504d (diff) | |
| download | focaccia-qemu-8df42d855c38a1b23b6ba9f38ab71b9d7fb24216.tar.gz focaccia-qemu-8df42d855c38a1b23b6ba9f38ab71b9d7fb24216.zip | |
build: add pc-bios to config-host.mak deps
... 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>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5ea13bca76..c1ac21ddbc 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. |