From: Paolo Bonzini Date: Thu, 21 Oct 2010 08:18:35 +0000 (+0200) Subject: unbreak "make" from tests directory X-Git-Tag: qemu-xen-4.3.0-rc1~4037 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e6c3b0f7c4c544b7e06b72fb7d9813bb80c8784b;p=qemu-upstream-4.3-testing.git unbreak "make" from tests directory Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- diff --git a/configure b/configure index 9ed05def8..f6a63bcff 100755 --- a/configure +++ b/configure @@ -2348,6 +2348,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