1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* test/Makefile.in (mostlyclean): Use ${LOGFILES}.

This commit is contained in:
Michael Albinus 2016-01-20 11:03:15 +01:00
parent b895c72059
commit 282030fd34

View File

@ -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}