From: bellard Date: Tue, 28 Oct 2003 00:12:52 +0000 (+0000) Subject: fixed distclean target X-Git-Tag: release_0_5_1~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc1b050d85da32e1be73fd9f911c4d7db46810e4;p=thirdparty%2Fqemu.git fixed distclean target git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@420 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile b/Makefile index e21712faf1c..b3da2660662 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: distclean: clean rm -f config-host.mak config-host.h for d in $(TARGET_DIRS); do \ - rm -f $$d/config.h $$d/config.mak || exit 1 ; \ + rm -rf $$d || exit 1 ; \ done install: all