We still run header-sync in this case, which requires configure to have been run. Signed-off-by: Mark McLoughlin <markmc@xxxxxxxxxx> --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index a2aad59..49c4419 100755 --- a/configure +++ b/configure @@ -117,7 +117,7 @@ processor=${arch#*-} arch=${arch%%-*} #configure kernel module -[[ -n "$want_module" ]] && (cd kernel; +[ -e kernel/Makefile ] && (cd kernel; ./configure \ --kerneldir="$kerneldir" \ --arch="$arch" \ -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html