qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds
@ 2011-07-21  4:41 Alexandre Raymond
  2011-07-25 10:15 ` Stefan Hajnoczi
  0 siblings, 1 reply; 8+ messages in thread
From: Alexandre Raymond @ 2011-07-21  4:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Alexandre Raymond

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

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index fbdaecc..1cde239 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 \
-- 
1.7.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-25 15:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21  4:41 [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds Alexandre Raymond
2011-07-25 10:15 ` Stefan Hajnoczi
2011-07-25 12:16   ` Michael Roth
2011-07-25 12:43     ` Stefan Hajnoczi
2011-07-25 13:57       ` Michael Roth
2011-07-25 14:43         ` Stefan Hajnoczi
2011-07-25 15:06           ` Michael Roth
2011-07-25 15:51             ` Alexandre Raymond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).