From: Fred Drake Date: Fri, 22 Aug 1997 18:20:33 +0000 (+0000) Subject: Oops, don't suppress echo of the rm command in l2hclean! X-Git-Tag: v1.5a4~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5de31fc09411a6640961e77968782147b2db8a10;p=python Oops, don't suppress echo of the rm command in l2hclean! --- diff --git a/Doc/Makefile b/Doc/Makefile index 40f4891cba..8bf2caca84 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -209,7 +209,7 @@ clean: l2hclean rm -f *.bak *.orig l2hclean: - @rm -rf api ext lib tut + rm -rf api ext lib tut # Remove temporaries as well as final products clobber: clean