From: Michael Albinus Date: Wed, 20 Jan 2016 10:03:15 +0000 (+0100) Subject: * test/Makefile.in (mostlyclean): Use ${LOGFILES}. X-Git-Tag: emacs-26.0.90~2815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=282030fd3408871e9e67abdc4037edbb35b63162;p=emacs.git * test/Makefile.in (mostlyclean): Use ${LOGFILES}. --- diff --git a/test/Makefile.in b/test/Makefile.in index 9f7011353cf..0034f104598 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -164,7 +164,7 @@ check-doit: ${LOGFILES} .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean mostlyclean: - -@for f in *.log; do test ! -f $$f || mv $$f $$f~; done + -@for f in ${LOGFILES}; do test ! -f $$f || mv $$f $$f~; done clean: -rm -f ${LOGFILES} ${LOGSAVEFILES}