diff -urN orig/tools/ioemu/target-i386-dm/Makefile patched/tools/ioemu/target-i386-dm/Makefile --- orig/tools/ioemu/target-i386-dm/Makefile 2005-11-05 22:45:23.000000000 +0100 +++ patched/tools/ioemu/target-i386-dm/Makefile 2005-11-09 13:26:47.000000000 +0100 @@ -376,10 +376,9 @@ $(CC) $(DEFINES) -c -o $@ $< clean: - rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp + rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp config.mak config.h -distclean: - rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp +distclean: clean install: all if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi