From: bellard Date: Sun, 14 Nov 2004 20:52:54 +0000 (+0000) Subject: do not remove docs X-Git-Tag: release_0_6_1^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0e48159731cf28faf8ae45bf3df490e913c1799e;p=xenclient%2Fioemu.git do not remove docs --- diff --git a/Makefile b/Makefile index d4d8028f..c9c7e9bc 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