aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-01-04 11:02:28 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2010-01-08 16:55:03 -0600
commit59bc10ee01038f93a13d0471f799e6ad2e1e5ee5 (patch)
tree9a7e5d06b5070d291525d0d61c53fbec152a77d1 /configure
parent78d9356d3caad95a74bc9cd65eea5fc7e050c35d (diff)
finish VPATH -> vpath translation
This adds a few more vpath suffixes and points the remaining two paths explicitly to $(SRC_PATH) in order to eliminate the VPATH assignment from config-host.mak. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Cc: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 1e9dd0484..5c056f51b 100755
--- a/configure
+++ b/configure
@@ -1991,9 +1991,6 @@ qemu_version=`head $source_path/VERSION`
echo "VERSION=$qemu_version" >>$config_host_mak
echo "PKGVERSION=$pkgversion" >>$config_host_mak
echo "SRC_PATH=$source_path" >> $config_host_mak
-if [ "$source_path_used" = "yes" ]; then
- echo "VPATH=$source_path" >> $config_host_mak
-fi
echo "TARGET_DIRS=$target_list" >> $config_host_mak
if [ "$docs" = "yes" ] ; then
echo "BUILD_DOCS=yes" >> $config_host_mak