From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8qMd-0004EP-M3 for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8qMb-00042K-8r for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:07 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:50450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8qMb-00042E-4L for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:05 -0400 Received: by fxm9 with SMTP id 9so3748246fxm.4 for ; Thu, 21 Oct 2010 01:19:04 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 21 Oct 2010 10:18:35 +0200 Message-Id: <1287649120-30740-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> References: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 1/6] unbreak "make" from tests directory List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Paolo Bonzini --- 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