do not remove docs

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1148 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-11-14 20:52:54 +00:00
parent 102a52e471
commit c72a345f5b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ clean:
done
distclean: clean
rm -f config-host.mak config-host.h $(DOCS)
rm -f config-host.mak config-host.h
for d in $(TARGET_DIRS); do \
rm -rf $$d || exit 1 ; \
done