>From 5858c329a426dc1450bad038e7506b17faa4910c Mon Sep 17 00:00:00 2001 From: Michael S. Tsirkin <mst@xxxxxxxxxx> Date: Tue, 28 Apr 2009 12:07:35 +0300 Subject: [PATCH] kvm-kmod: create include directory include directory is not in git, so configure must create it before creating include/asm link Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 3e56338..30af6e7 100755 --- a/configure +++ b/configure @@ -103,6 +103,7 @@ if [ -n "$no_uname" -a "$want_module" ]; then fi rm -f include/asm include-compat/asm +mkdir -p include ln -sf asm-"$karch" include/asm ln -sf asm-"$karch" include-compat/asm -- 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