From 0e48159731cf28faf8ae45bf3df490e913c1799e Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 14 Nov 2004 20:52:54 +0000 Subject: [PATCH] do not remove docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5