summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbellard2004-11-14 21:52:54 +0100
committerbellard2004-11-14 21:52:54 +0100
commitc72a345f5bf710009ad90f0b2a7e9df1e66996d1 (patch)
tree867ee2e2165a143f670d5eb01c8a215ac5e9861a /Makefile
parentFMOD configure options (malc) (diff)
downloadqemu-c72a345f5bf710009ad90f0b2a7e9df1e66996d1.tar.gz
qemu-c72a345f5bf710009ad90f0b2a7e9df1e66996d1.tar.xz
qemu-c72a345f5bf710009ad90f0b2a7e9df1e66996d1.zip
do not remove docs
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1148 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4d8028f3d..c9c7e9bc8a 100644
--- a/Makefile
+++ b/Makefile
@@ -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