Don’t remove dependency files when configuring

Problem reported by Tom Tromey in:
http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00533.html
* configure.ac: Don’t remove */*.o and */deps/* when
--enable-autodepend is in effect.
This commit is contained in:
Paul Eggert 2017-03-21 11:14:15 -07:00
parent 9319de675e
commit 8a58133ee6

View file

@ -5473,7 +5473,6 @@ AC_MSG_ERROR(['etc/refcards/emacsver.tex' could not be made.])
if test $AUTO_DEPEND = yes; then
for dir in $AUTODEPEND_PARENTS; do
rm -f $dir/*.o $dir/deps/*
AS_MKDIR_P([$dir/deps])
done
fi