commit | 5de31fc09411a6640961e77968782147b2db8a10 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Aug 22 18:20:33 1997 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Aug 22 18:20:33 1997 +0000 |
tree | 89dc5f2755b16a1879d84f45c37ee7682460b38b | |
parent | 03ff6f7474ddab72440aa65407fc50aa8eecb8bb [diff] [blame] |
Oops, don't suppress echo of the rm command in l2hclean!
diff --git a/Doc/Makefile b/Doc/Makefile index 40f4891..8bf2cac 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -209,7 +209,7 @@ 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