Index: Makefile =================================================================== RCS file: /cvsroot/qemu/qemu/Makefile,v retrieving revision 1.90 diff -u -p -r1.90 Makefile --- Makefile 21 Aug 2005 09:23:39 -0000 1.90 +++ Makefile 21 Aug 2005 19:48:24 -0000 @@ -44,7 +44,7 @@ ifdef CONFIG_KQEMU endif distclean: clean - rm -f config-host.mak config-host.h + rm -f config-host.mak config-host.h $(DOCS) for d in $(TARGET_DIRS); do \ rm -rf $$d || exit 1 ; \ done