mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
fixed distclean target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@420 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
03d5f74aee
commit
bc1b050d85
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue