diff Makefile.in @ 96192:0a76608dd497

(top_bootclean): Remove obsolete references to lock/.
author Glenn Morris <rgm@gnu.org>
date Sun, 22 Jun 2008 02:20:13 +0000
parents 1e3d698c144d
children 568f14ebb684
line wrap: on
line diff
--- a/Makefile.in	Sun Jun 22 02:02:18 2008 +0000
+++ b/Makefile.in	Sun Jun 22 02:20:13 2008 +0000
@@ -709,8 +709,7 @@
 ### `bootclean'
 ###      Delete all files that need to be remade for a clean bootstrap.
 top_bootclean=\
-	rm -f config.cache config.log ; \
-	if [ -d lock ] ; then (cd lock && (rm -f * || true)); else true; fi
+	rm -f config.cache config.log
 ### `distclean'
 ###      Delete all files from the current directory that are created by
 ###      configuring or building the program.  If you have unpacked the