Index: Makefile.target =================================================================== RCS file: /sources/qemu/qemu/Makefile.target,v retrieving revision 1.160 diff -u -b -B -r1.160 Makefile.target --- Makefile.target 11 Apr 2007 22:46:06 -0000 1.160 +++ Makefile.target 15 Apr 2007 12:26:55 -0000 @@ -540,6 +540,9 @@ translate-op.o: translate-all.c op.h opc.h cpu.h +$(DYNGEN): + make -C .. dyngen$(EXESUF) + op.h: op.o $(DYNGEN) $(DYNGEN) -o $@ $<