From 217e23ca421b1b19f32db483d59923bf5632c73b Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 16:56:06 -0500 Subject: [PATCH] Fix 8a10beae1649961c6d3ccc3fa7a22a372707fa6 "Makefile: QEMU build options." for which I left accidently the '+' when I copied it. Signed-off-by: Konrad Rzeszutek Wilk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cd7625..4b46c3e 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ xen-tools: fi @if [ $(XEN_MINOR) -lt 4 ]; then \ $(MAKE) -C xen IOEMU_CONFIGURE_CROSS="--disable-curses --disable-slirp --disable-sdl --disable-kvm --disable-vnc-tls" tools -j$$(($(NCPUS) * 2)) \ -+ ; else \ + ; else \ $(MAKE) -C xen CONFIG_QEMUU_EXTRA_ARGS="--disable-sdl --disable-gtk --disable-spice" CONFIG_BLKTAP1=n IOEMU_CONFIGURE_CROSS="--disable-curses --disable-slirp --disable-sdl --disable-kvm --disable-vnc-tls" tools -j$$(($(NCPUS) * 2)) \ ; fi -- 2.39.5