Use -include rather than include in several places, which makes make
clean from xen-unstable's build system work better.
Set prefix to /usr in xen-setup, as xen-unstable always targets /usr (!)
OPC_H = gen-op.h dyngen-opc.h op.h
endif
-include hookslib.mak
+-include hookslib.mak
libqemu.a: $(LIBOBJS)
rm -f $@
main.o: CFLAGS+=-p
endif
-include hooks.mak
+-include hooks.mak
all: $(PROGS)
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
TARGET_DIRS=i386-dm
-include $(QEMU_ROOT)/xen-hooks.mak
+-include $(QEMU_ROOT)/xen-hooks.mak
rm -f $target/config.mak
rm -f config-host.mak
-./configure --disable-curses "$@"
+./configure --disable-curses "$@" --prefix=/usr
target=i386-dm