From e6c3b0f7c4c544b7e06b72fb7d9813bb80c8784b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 21 Oct 2010 10:18:35 +0200 Subject: [PATCH] unbreak "make" from tests directory Signed-off-by: Paolo Bonzini Signed-off-by: Blue Swirl --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 9ed05de..f6a63bc 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 -- 2.7.4