| commit | bc1b050d85da32e1be73fd9f911c4d7db46810e4 | [log] [tgz] |
|---|---|---|
| author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Oct 28 00:12:52 2003 +0000 |
| committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Oct 28 00:12:52 2003 +0000 |
| tree | 73dbd25af66bd202942e66465d8ecbeb00f6ef9e | |
| parent | 03d5f74aeec3c282f06ff0151596df25ab88659a [diff] |
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 e21712f..b3da266 100644 --- a/Makefile +++ b/Makefile
@@ -31,7 +31,7 @@ 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