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:
parent
9319de675e
commit
8a58133ee6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue