mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
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>
This commit is contained in:
parent
45027808cd
commit
8df42d855c
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ CONFIG_ALL=y
|
|||||||
-include config-all-devices.mak
|
-include config-all-devices.mak
|
||||||
-include config-all-disas.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
|
@echo $@ is out-of-date, running configure
|
||||||
@# TODO: The next lines include code which supports a smooth
|
@# TODO: The next lines include code which supports a smooth
|
||||||
@# transition from old configurations without config.status.
|
@# transition from old configurations without config.status.
|
||||||
|
Loading…
Reference in New Issue
Block a user