]> granicus.if.org Git - python/commitdiff
Oops, don't suppress echo of the rm command in l2hclean!
authorFred Drake <fdrake@acm.org>
Fri, 22 Aug 1997 18:20:33 +0000 (18:20 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Aug 1997 18:20:33 +0000 (18:20 +0000)
Doc/Makefile

index 40f4891cba40136e77279e08ca64269bcb173a97..8bf2caca84ea3547a0e754c26fc0e920ef68b8bc 100644 (file)
@@ -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