+2008-06-22 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (top_bootclean): Remove obsolete references to lock/.
+
2008-06-21 Romain Francoise <romain@orebokech.com>
* Makefile.in (INFO_FILES): Add sasl.
### `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