Message ID | 20090428091345.GA20899@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Michael S. Tsirkin wrote: > include directory is not in git, so configure must create it before > creating include/asm link > This is already in, 24877cbe.
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
include directory is not in git, so configure must create it before creating include/asm link Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- resending with a sane subject, sorry about multiple messages. configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)