qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/6] unbreak "make" from tests directory


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 1/6] unbreak "make" from tests directory
Date: Thu, 21 Oct 2010 10:18:35 +0200

Signed-off-by: Paolo Bonzini <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index d303061..d076447 100755
--- a/configure
+++ b/configure
@@ -2333,6 +2333,7 @@ printf "# Configured with:" >> $config_host_mak
 printf " '%s'" "$0" "$@" >> $config_host_mak
 echo >> $config_host_mak
 
+echo all: >> $config_host_mak
 echo "prefix=$prefix" >> $config_host_mak
 echo "bindir=$bindir" >> $config_host_mak
 echo "mandir=$mandir" >> $config_host_mak
-- 
1.7.2.3





reply via email to

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