From: Paolo Bonzini Date: Tue, 7 Jun 2016 11:25:58 +0000 (+0200) Subject: Makefile: add dependency on scripts/make_device_config.sh X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0ab0c99851ab8d270389e6423df9ff664d5c5c0d;p=qemu.git Makefile: add dependency on scripts/make_device_config.sh Make sure that config-devices.mak is rebuilt whenever there is a change in the scripts that generates it. Reviewed-by: Peter Maydell Signed-off-by: Paolo Bonzini --- diff --git a/Makefile b/Makefile index 59af636f97..6406847350 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ endif -include $(SUBDIR_DEVICES_MAK_DEP) -%/config-devices.mak: default-configs/%.mak +%/config-devices.mak: default-configs/%.mak $(SRC_PATH)/scripts/make_device_config.sh $(call quiet-command, \ $(SHELL) $(SRC_PATH)/scripts/make_device_config.sh $< $*-config-devices.mak.d $@ > $@.tmp, " GEN $@.tmp") $(call quiet-command, if test -f $@; then \