qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/7] Makefile: fix out-of-tree builds


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 4/7] Makefile: fix out-of-tree builds
Date: Wed, 27 Jul 2011 10:17:29 +0100

From: Alexandre Raymond <address@hidden>

This patch fixes a minor bugs which prevented QEMU from being built
out of tree.

Signed-off-by: Alexandre Raymond <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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 address@hidden $@; then \
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]