From 5de31fc09411a6640961e77968782147b2db8a10 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 22 Aug 1997 18:20:33 +0000 Subject: Oops, don't suppress echo of the rm command in l2hclean! --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 40f4891..8bf2cac 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 -- cgit v0.12