> > diff --git a/Makefile.objs b/Makefile.objs > > index 4a1eaa1..ee9f190 100755 > > --- a/Makefile.objs > > +++ b/Makefile.objs > > @@ -269,10 +269,10 @@ vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) > > vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) > > -vl.o: qemu-options.def > > +vl.o: ../qemu-options.def > > os-posix.o: qemu-options.def > > os-win32.o: qemu-options.def > > -qemu-options.def: $(SRC_PATH)/qemu-options.hx > > +%qemu-options.def: $(SRC_PATH)/qemu-options.hx > > $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," > > GEN > $(TARGET_DIR)$@") > > This is wrong, I think the problem is that you are missing a vpath > directive. > > Does this help?
This patch was for older version of qemu. Current one does not have this problem. Pavel Dovgaluk
