Commit bc1b050d85da32e1be73fd9f911c4d7db46810e4

Authored by bellard
1 parent 03d5f74a

fixed distclean target


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@420 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile
... ... @@ -31,7 +31,7 @@ clean:
31 31 distclean: clean
32 32 rm -f config-host.mak config-host.h
33 33 for d in $(TARGET_DIRS); do \
34   - rm -f $$d/config.h $$d/config.mak || exit 1 ; \
  34 + rm -rf $$d || exit 1 ; \
35 35 done
36 36  
37 37 install: all
... ...