commit | c72a345f5bf710009ad90f0b2a7e9df1e66996d1 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 14 20:52:54 2004 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 14 20:52:54 2004 +0000 |
tree | 867ee2e2165a143f670d5eb01c8a215ac5e9861a | |
parent | 102a52e4712aeac3bad0ed25755ff2c96f4ff794 [diff] [blame] |
do not remove docs git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1148 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/Makefile b/Makefile index d4d8028..c9c7e9b 100644 --- a/Makefile +++ b/Makefile
@@ -37,7 +37,7 @@ 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