diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-10-21 10:18:35 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-10-23 14:46:51 +0000 |
commit | e6c3b0f7c4c544b7e06b72fb7d9813bb80c8784b (patch) | |
tree | 3d706ca2d5f8dbd13a3341d9f8707234bcebc083 /configure | |
parent | 5340c8a0f358f2dccf9b1a92da15c9f9fd25096f (diff) | |
download | hqemu-e6c3b0f7c4c544b7e06b72fb7d9813bb80c8784b.zip hqemu-e6c3b0f7c4c544b7e06b72fb7d9813bb80c8784b.tar.gz |
unbreak "make" from tests directory
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |