Commit c72a345f5bf710009ad90f0b2a7e9df1e66996d1

Authored by bellard
1 parent 102a52e4

do not remove docs


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1148 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile
... ... @@ -37,7 +37,7 @@ clean:
37 37 done
38 38  
39 39 distclean: clean
40   - rm -f config-host.mak config-host.h $(DOCS)
  40 + rm -f config-host.mak config-host.h
41 41 for d in $(TARGET_DIRS); do \
42 42 rm -rf $$d || exit 1 ; \
43 43 done
... ...