From patchwork Wed Jul 27 09:17:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/7] Makefile: fix out-of-tree builds Date: Tue, 26 Jul 2011 23:17:29 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 107000 Message-Id: <1311758252-10072-5-git-send-email-stefanha@linux.vnet.ibm.com> To: Cc: Alexandre Raymond , Anthony Liguori , Stefan Hajnoczi From: Alexandre Raymond This patch fixes a minor bugs which prevented QEMU from being built out of tree. Signed-off-by: Alexandre Raymond Signed-off-by: Stefan Hajnoczi --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index eb1c788..cbd614a 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ config-all-devices.mak: $(SUBDIR_DEVICES_MAK) -include $(SUBDIR_DEVICES_MAK_DEP) -%/config-devices.mak: default-configs/%.mak +%/config-devices.mak: $(SRC_PATH)/default-configs/%.mak $(call quiet-command,$(SHELL) $(SRC_PATH)/scripts/make_device_config.sh $@ $<, " GEN $@") @if test -f $@; then \ if cmp -s $@.old $@; then \