for which I left accidently the '+' when I copied it.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
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